Nodejs worker for doing many tasks outside the Django box.
- Nodejs, I recommend (nvm)[https://github.com/creationix/nvm] to manage nodejs version.
- MongoDB
- Redis
- Install
nvm, then the latest node version bynvm install node. - Run
npm install - Copy configuration file at
config.js.sampletoconfig.jsand modify at your need. - Run
node app.js