{"library":"forkqueue","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.0.8","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install forkqueue","imports":["const Queue = require('forkqueue');","const queue = new Queue(5, './worker.js');","queue.enqueue(value);"]},{"cmd":"yarn add forkqueue","imports":[]},{"cmd":"pnpm add forkqueue","imports":[]}],"homepage":"github.com:andrewjstone/forkqueue","github":"github.com:andrewjstone/forkqueue","docs":null,"changelog":null,"pypi":null,"npm":"forkqueue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}