worker-farm : Distribute processing tasks to child processes with an ?ber-simple API and baked-in durability & custom concurrency options.. You can installing worker-farm npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install worker-farm $ sudo npm install -g worker-farm
If want to update the worker-farm package execute the command as below,
$ sudo npm update worker-farm
Update package globally,
$ npm install -g worker-farm
$ sudo git clone https://github.com/rektide/worker-farm.git
$ sudo npm install -g ./worker-farm
worker-farm@1.5.2 /usr/lib/node_modules/worker-farm
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall worker-farm
| Package Name | worker-farm |
| Version | 1.5.2 |
| Description | Distribute processing tasks to child processes with an ?ber-simple API and baked-in durability & custom concurrency options. |
| Released Date | 2017-11-16T05:34:45.257Z |
| Published by | rvagg |
| How to Learn | https://www.npmjs.com/package/worker-farm/tutorial |