Kue
code for article pfeilbr/kue-playground
Playground for learning / playing with Kue . Kue is a priority job queue for node.
Running
redis-server # start redis server
node index.js -m process # run job processor
node index.js -m create # run job creator in another terminal
View the Kue web ui at http://localhost:3000