Skip to content

esh2n/Xnestjs-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


About

Nextjs grpc client & server example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published