From 567c19b1767e6c35130910f52743f0f49ede00c1 Mon Sep 17 00:00:00 2001 From: Rahul J Date: Wed, 10 Feb 2016 17:09:34 +0700 Subject: [PATCH] Close #456 PR: Add new category for job queues along with Kue and Bull modules. --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.