https://github.com/kami/node-worker-pool
Node worker library with worker pool support.
https://github.com/kami/node-worker-pool
Last synced: over 1 year ago
JSON representation
Node worker library with worker pool support.
- Host: GitHub
- URL: https://github.com/kami/node-worker-pool
- Owner: Kami
- License: mit
- Created: 2011-03-30T15:34:13.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-09-09T23:21:21.000Z (almost 14 years ago)
- Last Synced: 2025-03-25T09:52:57.424Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Node Worker Pool
================
An implementation of the web worker API with a worker pool support.
Based on the [node-worker](https://github.com/cramforce/node-worker) library by
Malte Ubl.
Examples
========
For examples, please see `test` directory.