band

0.0.0 • Public • Published

band

Cluster management for nodejs.

That is my attempt to reinvent the wheel and to have a better appreciation and understanding of how clusters work in nodejs and what makes a good one.

If you need a multi-core management server, you should proably use cluster which seems pretty legit.

Installation

nodejs:

$ npm install band

Distribution

default

By default, band distributes work (not just tcp or http server) to a process on every available core of your server.

band(function() {
    //do something
});

band automatically fork a worker when a death occurs.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i band

    Weekly Downloads

    1

    Version

    0.0.0

    License

    MIT

    Last publish

    Collaborators

    • bredele