Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evantahler/background_jobs_node
Supporting code for the presentation
https://github.com/evantahler/background_jobs_node
Last synced: 2 months ago
JSON representation
Supporting code for the presentation
- Host: GitHub
- URL: https://github.com/evantahler/background_jobs_node
- Owner: evantahler
- Created: 2015-01-25T22:18:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T01:08:16.000Z (over 8 years ago)
- Last Synced: 2024-10-31T19:51:32.655Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 53.9 MB
- Stars: 83
- Watchers: 6
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# background_jobs_node
Supporting code for the [presentation](https://github.com/evantahler/background_jobs_node/blob/master/presentation.pdf)1. install node.js for your platfrom (see http://nodejs.org/)
2. `npm install` within this directory
3. Copy `.emailPassword-example` to `.emailPassword` and change the values to your gmail password
4. Copy `.emailUsername-example` to `.emailUsername` and change the values to your gmail address
5. run the examples. IE, to run the web server in example 1, `node 1-foreground.js`Related Blog Post: [https://medium.com/@evantahler/background-tasks-in-node-js-a-survey-with-redis-971d3575d9d](https://medium.com/@evantahler/background-tasks-in-node-js-a-survey-with-redis-971d3575d9d2#.f1bqg1ozu)