This is a gRPC example application, composed of three modules:
- contract - protocol buffers definition
- server - implementation of service
- client - invocation of service
See the README for each module.
Start at contract, then go to server, and finally go to the client.