Skip to content

tianzuoan/grpc-go-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-go-demo

golang grpc example with grpc server reflection

how to run this demo

  1. cd proto/ && protoc --go_out=plugins=grpc:../ --grpc-gateway_out=logtostderr=true:../ *.proto && cd ../
  2. go run server/server.go
  3. go run client/client.go

About

golang grpc example with grpc server reflection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages