bobcobb

0.0.1 • Public • Published

Bobcobb

Simplify working with Node's cluster module.

npm install bobcobb
// Allow the maestro to facilitate the spawning of child processes.
if (process.env.NODE_ENV === "production" && require("cluster").isMaster) {
  return require("bobcobb").startup();
}

Why the name Bob Cobb?

Someone already took the name maestro on NPM, so I decided to name it after the character with the same name in Seinfeld.

Readme

Keywords

none

Package Sidebar

Install

npm i bobcobb

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tbranyen