Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 627 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 627 Bytes

Sample application using NodeJs and RabbitMQ

This is a sample code demonstrating how to use Express framework and RabbitMQ implementing RPC Pattern.

Hosting the application on AWS, without code changes, just replacing RabbitMQ for Amazon MQ, and ECS Fargate for application containers.

alt architecture

Locally just run docker compose up --build at root folder, and Docker Compose starts everything.

Reference https://www.rabbitmq.com/tutorials/tutorial-six-javascript.html