Implementing an inter-microservice communication system with Node gRPC
Clone or download the repository. Install dependencies:
npm install
# --- or ---
yarn installStart microservices:
npm start
# --- or ---
yarn startThe above command will start three microservices. You can communicate with the primary microservice with the following RESTful endpoints:
POST /ordersGET /orders/{orderId}
Design credits: diagrams.net

