ForkQueue is a simple Node.js queue library (v0.0.8) that uses child_process.fork to distribute queue items to worker processes. Workers request the next item via 'next' messages, enabling parallel processing. It has no dependencies, is minimal and lightweight, but is in early development with no recent updates (last release 0.0.8). Unlike Bull or Bee-Queue, it lacks persistence, prioritization, or advanced features. Suitable for basic parallel task processing in Node.js.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package uses CommonJS; no default export available for ESM import.
First argument must be a number (worker count), second is a string path.
No return value; call synchronously.
Creates a queue with 2 workers, enqueues 10 items, and processes them using a worker module.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.