An open API service indexing awesome lists of open source software.

https://github.com/levivoelz/job-queue


https://github.com/levivoelz/job-queue

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

##Simple Job Queue

To start, make sure [Redis](http://redis.io/topics/quickstart) is installed and running: `$ redis-server`. Also, make sure [MongoDB](https://www.mongodb.org/downloads) is installed and configured.

Then run the script with `node job-queue.js`.

Thanks!
–Levi