Provide Example client
and server
code for bidirectional streaming using grpc.
- protoc-gen-go
go get -u github.com/golang/protobuf/protoc-gen-go
cd pkg/proto
protoc *.proto --go_out=plugins=grpc:.
- Run the server process
go run cmd/server/main.go
- Interact with the server process
go run cmd/client/main.go