Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 829 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 829 Bytes

node-web-cluster

Node web cluster boilerplate, used to create scalable web apps, with improved uptime.

Getting Started

The project can be fully controlled using the NPM scripts defined in package.json.

  • Start cluster
npm start
  • Start single server
npm run-script start-server

Guides and Documentation

Further Information