Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 296 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 296 Bytes

gRPC

Basic client and server that run over gRPC.

rpc methods

  • Create
  • Remove
  • List

How to run

chmod u+x start.sh // give permissions once
./start.sh

Regenerating gRPC client and server interfaces

chmod u+x generate.sh // give permissions once
./generate.sh