Skip to content

openpodd/podd-node-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podd-node-worker

Nodejs worker for doing many tasks outside the Django box.

Prerequisites

  1. Nodejs, I recommend (nvm)[https://github.com/creationix/nvm] to manage nodejs version.
  2. MongoDB
  3. Redis

Run the worker

  1. Install nvm, then the latest node version by nvm install node.
  2. Run npm install
  3. Copy configuration file at config.js.sample to config.js and modify at your need.
  4. Run node app.js

About

Nodejs worker for doing many tasks outside the Django box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published