Cluster
Node.js cluster module — multi-process networking support.
Module:node:cluster
Support: Experimental
Since: 1.1.0
Docs: Node.js Docs
See also: https://nodejs.org/api/cluster.html
Static Methods
Properties
True if the process is a primary (master). Deprecated alias: isMaster.
Deprecated alias for isPrimary.
True if the process is a worker.
A hash of active worker objects, keyed by id.