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

https://github.com/sinipelto/amqp-exercise

A docker-unified multilingual application stack using RabbitMQ message broker for internal communication.
https://github.com/sinipelto/amqp-exercise

Last synced: over 1 year ago
JSON representation

A docker-unified multilingual application stack using RabbitMQ message broker for internal communication.

Awesome Lists containing this project

README

          

# amqp-exercise
A docker-unified multilingual application stack using RabbitMQ message broker for internal communication.

## Languages, frameworks and libraries used:
- C++ (restbed REST server framework), with Makefile and MAKE (build)
- C# (.NET Core 3.1 web service worker)
- Javascript (Node.js service) with npm as package manager
- Python (using pika rabbitmq library)
- RabbitMQ docker image for message handling and application broker software
- Docker & Docker-compose for unified build and runtime environment
- Bash for scripting