1.0.2 • Published 9 years ago

node-task-manager v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago