https://github.com/levivoelz/job-queue
https://github.com/levivoelz/job-queue
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/levivoelz/job-queue
- Owner: levivoelz
- Created: 2015-03-27T06:04:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T06:11:55.000Z (over 10 years ago)
- Last Synced: 2025-01-01T09:21:45.353Z (9 months ago)
- Language: JavaScript
- Size: 4.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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