prateekbhatt / node-job-queue

Implementation of a nested asynchronous job queue in Node.js

Home Page:https://medium.com/p/ffcfbc824b01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of a nested asynchronous job queue in Node.js

https://medium.com/p/ffcfbc824b01

License:MIT License


Languages

Language:JavaScript 100.0%