Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 649 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 649 Bytes

node-grpc-demo

Implementing an inter-microservice communication system with Node gRPC

How to run this project?

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}

Project architecture

Design credits: diagrams.net

License

MIT