node job queue

Implementation of a nested asynchronous job queue in Node.js

58
17
JavaScript

node-job-queue

Implementation of a nested asynchronous job queue in Node.js using Kue

Find the full tutorial on creating a simple job queue at medium.com/p/ffcfbc824b01

A redis-server must be running on your system.

Clone this repo:

git clone https://github.com/prateekbhatt/node-job-queue

Enter the root directory:

cd node-job-queue

Test a simple job queue

node simple-job-queue.js