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 )
- Add other case(Server Streaming, Client Streaming, Bi directional Streaming)
- Package the common parts with npm.
esh2n
- GitHub esh2n
Copyright © 2020 esh2n.
This project is MIT licensed.