Clusterer - super simple way to cluster your node app.
npm install clusterer
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
`javascript`
"start": "node node_modules/clusterer"
Example in package.json
`javascript`
"scripts": {
"start": "node node_modules/clusterer"
}
npm start``