mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-24 12:28:04 -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)
|
- [Minifiers](#minifiers)
|
||||||
- [Authentication](#authentication)
|
- [Authentication](#authentication)
|
||||||
- [Email](#email)
|
- [Email](#email)
|
||||||
|
- [Job queues](#job-queues)
|
||||||
- [Node.js management](#nodejs-management)
|
- [Node.js management](#nodejs-management)
|
||||||
- [Polyfills](#polyfills)
|
- [Polyfills](#polyfills)
|
||||||
- [Natural language processing](#natural-language-processing)
|
- [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.
|
- [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
|
### Node.js management
|
||||||
|
|
||||||
- [n](https://github.com/tj/n) - Node.js version management.
|
- [n](https://github.com/tj/n) - Node.js version management.
|
||||||
|
|||||||
Reference in New Issue
Block a user