Skip to content

sachinnagesh/grpc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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