Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emrd/rabbitmq-docker-integration-with-nodejs-python


https://github.com/emrd/rabbitmq-docker-integration-with-nodejs-python

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# RabbitMQ Docker Integration With NodeJS And Python
This is an example project to show how make an queue of requests with RabbitMQ on NodeJS and run specify commands on Docker container with Python. This is also an example for banking systems and for money transfers e.g.

## Getting Started

Start RabbitMQ;

`sudo service rabbitmq-server start`

Start NodeJS server;

`node index.js`

Start Python file to open Docker containers and run the specify python files on container.

`python server.py`