We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm install clustering
var clustering = require('clustering'); clustering(yourServer) .listen(3000);
And that will create a cluster running yourServer.
yourServer
You can also use a plugin EG. use(clustering.watch()) (watches the main file)
use
plugin
use(clustering.watch())
Or set a property EG. set('workers', 128) (gives you a rediculous amount of workers)
set
set('workers', 128)
API Plugins