Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.04 KB

NestJS gRPC example

Caution: Only unary case for now.

👍 Getting started

yarn install

# start server
cd server && yarn install
yarn start

# start client
cd client && yarn install
yarn start

Then, You can get data. ( http://localhost:3000/hero )

🐿 Todos

  • Add other case(Server Streaming, Client Streaming, Bi directional Streaming)
  • Package the common parts with npm.

👤 Author

esh2n

📝 License

Copyright © 2020 esh2n.
This project is MIT licensed.