@doris.mobi/node-clusterize
v1.1.27
Published
enables the creation of child processes (workers) that run simultaneously and share the same server port
Downloads
39
Keywords
Readme
node-clusterize
Enables the creation of child processes (workers) that run simultaneously and share the same server port.
Installation
$ yarn add @doris.mobi/node-clusterize
Usage
import { ClusterService } from '@doris.mobi/node-clusterize'
const application = () => {
// your node application logic
}
ClusterService.clusterize(application)