Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
var clustering = require('clustering');
clustering(yourServer)
.listen(3000);
And that will create a cluster running yourServer
.
You can also use
a plugin
EG. use(clustering.watch())
(watches the main file)
Or set
a property EG. set('workers', 128)
(gives you a rediculous amount of workers)
use(plugin(Cluster))
=> Use a plugin (execute it passing in the cluster)listen(port, host, callback)
** => Listen in workers or Start workers in masterset(prop, value)
=> Set options (see options
)restart()
=> Restart the cluster (Start a new master and exit)reload()
=> Reload the workersshutdown([signal])
=> Shutdown the workers if there is a signal it sends that to themkill([signal])
=> See shutdown
stop([signal])
=> See shutdown
workers
=> The number of workers to spawnworking directory
=> Where to start new masters and (maybe?) workerscli()
=> CLI to the cluster
pidfiles
status
(-s
, --status
) => Shows the status of the clusterrestart
(-r
, --restart
) => Restarts the clusterstop
(-S
, --stop
) => Kills the clustershutdown
(-g
, --shutdown
) => Shuts the cluster down (gracefully)help
(-h
, --help
) => Shows the help for the commandsbackground
(-b
, --background
) => Starts the cluster in the background (actually just restarts it)watch([files[]], [full])
=> Automatically restart / reload the cluster
files
=> The files to watch. Defaults to the main modulefull
=> Whether or not to to a full restartpidfiles(dir)
=> Save pidfiles for the master and workers
dir
=> Where to save themFAQs
A small cluster module with plugin system
The npm package clustering receives a total of 0 weekly downloads. As such, clustering popularity was classified as not popular.
We found that clustering demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.