forkfriend
Version:
dead simple worker child process manager. respawn children. load balance work amongst children.
30 lines (29 loc) • 604 B
JSON
{
"name": "forkfriend",
"version": "0.0.7",
"description": "dead simple worker child process manager. respawn children. load balance work amongst children.",
"main": "index.js",
"dependencies": {
"through": "~2.3.4"
},
"devDependencies": {
"tap": "~0.3.1",
"line-stream": "0.0.0"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/soldair/node-forkfriend.git"
},
"keywords": [
"workers",
"childprocess",
"respawn",
"loadbalance",
"ipc"
],
"author": "Ryan Day",
"license": "BSD"
}