mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-24 04:18:13 -08:00
Add rsmq (#791)
This commit is contained in:
committed by
Sindre Sorhus
parent
f07a0a59df
commit
0dee478ec4
@@ -687,11 +687,12 @@ Just type [`node.cool`](https://node.cool) to go here ✨
|
|||||||
|
|
||||||
### Job queues
|
### Job queues
|
||||||
|
|
||||||
- [kue](https://github.com/Automattic/kue) - Priority job queue backed by Redis.
|
- [kue](https://github.com/Automattic/kue) - Redis-backed priority job queue.
|
||||||
- [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue.
|
- [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue.
|
||||||
- [agenda](https://github.com/rschmukler/agenda) - Lightweight job scheduling on MongoDB.
|
- [agenda](https://github.com/rschmukler/agenda) - MonoDB-backed job scheduling.
|
||||||
- [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control.
|
- [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control.
|
||||||
- [node-resque](https://github.com/taskrabbit/node-resque) - Redis-backed job queue.
|
- [node-resque](https://github.com/taskrabbit/node-resque) - Redis-backed job queue.
|
||||||
|
- [rsmq](https://github.com/smrchy/rsmq) - Redis-backed message queue.
|
||||||
|
|
||||||
|
|
||||||
### Node.js management
|
### Node.js management
|
||||||
|
|||||||
Reference in New Issue
Block a user