Skip to content
Luis Eduardo Brito edited this page Sep 4, 2013 · 6 revisions

Node web cluster boilerplate.

Getting Started

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

Project structure

The Project is divided in the following folder structure:

Running the Cluster

  • Start cluster
npm start
  • Debug cluster
npm run-script debug

Running a single server

  • Start single server
npm run-script start-server
  • Debug single server
npm run-script debug-server

Running the tests

  • Start tests
npm test
  • Debug tests
npm run-script debug-test
Clone this wiki locally