Close #456 PR: Add new category for job queues along with Kue and Bull modules.

This commit is contained in:
Rahul J
2016-02-10 17:09:34 +07:00
committed by Sindre Sorhus
parent 8879232b52
commit 567c19b176

View File

@@ -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.