README
node-task-manager
A manager for child process tasks.
This provides a minimal abstraction to running multiple child-processes (tasks). Tasks are added to the manager and each assigned a unique identifier. The task identifier is used to start or stop a task. The manager supports running tasks via spawn and fork. The manager object broadcasts tasks related events. See the tests for more details.
installation
npm install node-task-manager
scripts
build it
npm run build
run the tests
npm test