diff --git a/readme.md b/readme.md index 0cdff5c..37133a5 100644 --- a/readme.md +++ b/readme.md @@ -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.