This is an example of gRPC server implementation of GreetService from THIS public protobuf definition.
make run
- Opt 1: Install Evans gRPC client and run command:
make grpc-client
- Opt 2: Running client implementation from this repo: https://github.com/nirdosh17/grpc-go-client
- Unary:
Greet
- Client streaming:
LongGreet
- Server streaming:
GreetManyTimes
- Bi-directional:
GreetEveryone
- WithDeadline:
GreetWithDeadline