rvagg / node-worker-farm
Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.
☆1,747Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for node-worker-farm
- rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)☆1,917Updated 6 years ago
- A collection of useful stream utility modules for writing better code using streams☆1,085Updated 4 years ago
- A NodeJS library to keep an eye on your memory usage, and discover and isolate leaks.☆2,509Updated last year
- A NodeJS library to keep an eye on your memory usage, and discover and isolate leaks.☆775Updated last year
- Rich JavaScript errors☆1,184Updated 2 years ago
- Promisify a callback-style function☆1,506Updated 2 years ago
- Lightweight Web Worker API implementation with native threads☆2,297Updated 3 years ago
- modernize node.js to current ECMAScript standards☆1,381Updated 3 years ago
- See node.js errors with less clutter☆1,520Updated 5 months ago
- pipe streams together and close all of them if one of them closes☆908Updated 2 months ago
- Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise☆1,902Updated last year
- A simple worker-manager for clustered Node.js apps☆880Updated last year
- 🔮 Proxies nodejs require in order to allow overriding dependencies during testing.☆2,749Updated 6 months ago
- Check if the event loop is blocked☆732Updated 5 years ago
- message-oriented socket library for node.js heavily inspired by zeromq☆1,495Updated 6 years ago
- fs with incremental backoff on EMFILE☆1,272Updated 3 months ago
- A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads.☆2,024Updated last year
- Abstraction for exponential and custom retry strategies for failed operations.☆1,226Updated last year
- Application security for express apps.☆1,787Updated last year
- Zero-conf Node.js reloading☆2,247Updated last year
- Build Node.JS servers that don't fall over.☆1,300Updated 7 years ago
- Long stack traces for node.js inspired by https://github.com/tlrobinson/long-stack-traces☆837Updated 4 years ago
- 🐛 Memory leak testing for node.