A progressive Node.js framework for building efficient and scalable server-side applications.
This project demonstrates the concept of distributed Microservices with Rabbit MQ and TCP as its communication infrastructure. This project consists of three microservices. ApiGateway, Products and Orders.
ApiGateway includes basic authentication and authorization. HttpRequest from Client flows only through ApiGateway while interservices communication is done through Rabbit MQ with Products and TCP with Orders Microservices.
$ npm install
- Author - [Zeestack]
This project is MIT license.