Nextjs grpc client & server example
Caution: Only unary case for now.
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 )
esh2n
Copyright © 2020 esh2n.
This project is MIT licensed.