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