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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1
  • 0.0.0
    1

Package Sidebar

Install

npm i bobcobb

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tbranyen