Peanar
JSON →Peanar is a robust job queue for Node.js built on RabbitMQ, providing reliable background job processing with features like delayed jobs, job retries, and concurrency control. The current stable version is 0.18.1, released on an irregular cadence. It is designed for production use and has been running in production at rechat.com for over a year. Unlike Redis-based queues, Peanar leverages RabbitMQ's AMQP 0-9-1 protocol for reliable message delivery, making it suitable for environments where RabbitMQ is already in use.
Resources
packagepeanar ↗