项目作者: esh2n

项目描述 :
Nextjs grpc client & server example
高级语言: TypeScript
项目地址: git://github.com/esh2n/Xnestjs-grpc.git
创建时间: 2021-02-03T09:26:42Z
项目社区:https://github.com/esh2n/Xnestjs-grpc

开源协议:

下载




NestJS gRPC example

Caution: Only unary case for now.

👍 Getting started

  1. yarn install
  2. # start server
  3. cd server && yarn install
  4. yarn start
  5. # start client
  6. cd client && yarn install
  7. 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.