Bang Queue
JSON →Bang-queue is a simple FIFO job queue for Node.js backed by MongoDB. It provides basic features like job creation with delay and timeout, event-driven job processing, and explicit job completion/deletion. The current stable version is 1.3.29, released with low cadence. It distinguishes itself by minimal setup and reliance solely on MongoDB, with no external dependencies beyond the MongoDB driver. Suitable for small-scale workloads where a full-featured queue like Bull or Kue is overkill.
Resources
packagebang-queue ↗