mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-24 04:18:13 -08:00
Close #456 PR: Add new category for job queues along with Kue and Bull modules.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
- [Minifiers](#minifiers)
|
||||
- [Authentication](#authentication)
|
||||
- [Email](#email)
|
||||
- [Job queues](#job-queues)
|
||||
- [Node.js management](#nodejs-management)
|
||||
- [Polyfills](#polyfills)
|
||||
- [Natural language processing](#natural-language-processing)
|
||||
@@ -551,6 +552,12 @@
|
||||
- [emailjs](https://github.com/eleith/emailjs) - Send text/HTML emails with attachments to any SMTP server.
|
||||
|
||||
|
||||
### Job queues
|
||||
|
||||
- [kue](https://github.com/Automattic/kue) - Priority job queue backed by Redis.
|
||||
- [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue.
|
||||
|
||||
|
||||
### Node.js management
|
||||
|
||||
- [n](https://github.com/tj/n) - Node.js version management.
|
||||
|
||||
Reference in New Issue
Block a user