@doris.mobi/node-clusterize
TypeScript icon, indicating that this package has built-in type declarations

1.1.27 • Public • Published

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)

Dependencies (0)

    Dev Dependencies (21)

    Package Sidebar

    Install

    npm i @doris.mobi/node-clusterize

    Weekly Downloads

    66

    Version

    1.1.27

    License

    MIT

    Unpacked Size

    14.4 kB

    Total Files

    11

    Last publish

    Collaborators

    • victormartins
    • dorispontomobi
    • rafaelcavalcante
    • maraujodoris