0.0.1 • Published 9 years ago

bobcobb v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

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.

npm.io