Skip to content

coseguera/gogrpcdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang gRPC demo

Follows tutorial from https://grpc.io/docs/languages/go/basics/

Steps performed

go mod init github.com/coseguera/gogrpcdemo
mkdir routeguide
go get google.golang.org/grpc
go get google.golang.org/protobuf/reflect/[email protected]

To generate the protobuf

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative routeguide/route_guide.proto 

To run

go run server/server.go 
go run client/main.go 

About

Golang gRPC demo following tutorial from https://grpc.io/docs/languages/go/basics/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published