2.0.0 • Published 6 years ago

node-workhorse v2.0.0

Weekly downloads
244
License
MIT
Repository
github
Last release
6 years ago

node-workhorse

node-workhorse is a flexible framework for executing tasks. Break up small or huge tasks into bite-sized chunks and use this framework to run through the processing. Each bit of work can have children, run finalizers, and each mechanism of the processing engine can easily be extended or replaced.

One example: use AWS Lambda to parallelize many intensive tasks and stitch their results back together.

Installation

npm install node-workhorse --save

Development

Follow instructions here to enable globstar so that you can use tslint with paths like **/*.ts. https://gist.github.com/samnang/1759336

2.0.0

6 years ago

1.1.8

6 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago