Example usage for contribsys/faktory with node.js and docker.
This is an example project using contribsys/faktory. The worker and event emitter uses node.js and run faktory in a docker.
- Run
docker-compose upto start the faktory service. - Run
npm run workerto start a worker that will pluck items off the queue - Run
npm startto start pushing fake events to the queue - Visit
$(docker-machine ip):7420to view the faktory UI