bunqueue
Observation pool · not formally ranked
This project does not currently meet the main index requirement of two current dimensions across two source types.
About
High-performance job queue for Bun. Built for AI agents and automation. Zero external dependencies. MCP-native. TypeScript-first.
The bunqueue server (and the embedded mode) is Bun-only (bun >= 1.3.9): persistence and transport rely on Bun's runtime APIs. Install Bun from bun.sh and run with bun. Importing the bunqueue package from Node fails fast with a clear error rather than a cryptic resolver crash.
Your producers and workers don't have to run on Bun. Official client SDKs connect to the server from Node.js, Deno, Cloudflare Workers (bunqueue-client on npm) and Python (bunqueue-client, PyPI coming soon) — see One Queue, Any Language.
That's it. Queue + Worker in one object. No Redis,…
Across sources
- Downloads / week 5.3k