clusterer
v0.2.0
Published
Clusterer - super simple way to cluster your node app.
Downloads
11
Readme
Clusterer — super simple way to cluster your node app.
Easy setup
Add Clusterer as a dependency in your package.json
npm install clusterer --saveThen, 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

