Node web cluster boilerplate, used to create scalable web apps, with improved uptime.
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
* Visit our [wiki](https://github.com/luiseduardobrito/node-web-cluster/wiki) to get started!
* Found some problem? Report it in the [issues](https://github.com/luiseduardobrito/node-web-cluster/issues) page!