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