1.1.27 • Published 2 years ago

@doris.mobi/node-clusterize v1.1.27

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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)
1.1.27

2 years ago

1.1.26

2 years ago

1.1.25

2 years ago

1.1.24

2 years ago