Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 244 Bytes

README.MD

File metadata and controls

15 lines (13 loc) · 244 Bytes

Contains gRPC examples with

  • unary
  • client streaming
  • server streaming
  • bi-directional streaming

Set Path

 export PATH="$PATH:$(go env GOPATH)/bin" 

Generate Proto

 protoc --go_out=. --go-grpc_out=. ./proto/greet.proto