0.2.0 • Published 10 years ago

clusterer v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Clusterer — super simple way to cluster your node app.

NPM

Easy setup

Add Clusterer as a dependency in your package.json

npm install clusterer --save

Then, add the following to your package.json in the scripts section

"start": "node node_modules/clusterer"

Example in package.json

  "scripts": {
    "start": "node node_modules/clusterer"
  }

Running your app in cluster

Now you can run the app just by running npm start

0.2.0

10 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago