Skip to content

Implementing an inter-microservice communication system with Node gRPC

License

Notifications You must be signed in to change notification settings

codezri/node-grpc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementing an inter-microservice communication system with Node gRPC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published