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.
- Host: GitHub
- URL: https://github.com/sinipelto/amqp-exercise
- Owner: sinipelto
- License: mit
- Created: 2020-11-28T16:17:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T04:54:59.000Z (about 3 years ago)
- Last Synced: 2025-02-05T15:50:01.714Z (over 1 year ago)
- Language: C++
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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