FernandoCagale / poc-grpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poc-gprc

Golang example

$ protoc -I helloworld/ helloworld/helloworld.proto --go_out=plugins=grpc:helloworld
$ go run server/server.go
$ go run client/client.go
$ Greeting: Hello world

About


Languages

Language:Go 100.0%