npm
bunqueue
观察池 · 暂无正式排名
该项目当前未满足“两个有效维度 + 两种数据源”的主榜门槛。
— 未排名
可观测采用度当前有效 · 2026-09-12 14
动量缺失 —
关注度缺失 —
信号可信度 依据当前有数据的独立评分维度数量计算。
有限1/3 · 1 种数据源
项目介绍
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,…