sachinnagesh / grpc-demo

Contains Golang gRPC basic examples

Repository from Github https://github.comsachinnagesh/grpc-demoRepository from Github https://github.comsachinnagesh/grpc-demo

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

About

Contains Golang gRPC basic examples


Languages

Language:Go 100.0%