forked-worker-pool
v1.0.5
Published
A Simple library to handle forked node instances
Downloads
12
Readme
forked-worker-pool
A Simple library to handle and distribute data to be processed by forked node instances.
To install:
npm install forked-worker-pool
or add the library as dependency in your package.json
...
"dependencies": {
"forked-worker-pool": "",
...
},
...
Documentation and examples are available in the wiki (WIP).