package
0.0.0-20170510072740-577d9949a035
Repository: https://github.com/yoheimune/grpc-playground.git
Documentation: pkg.go.dev
# README
gRPC Hello World for GO
This is a super-easy sample for beginners.
How to Launch
# gRPC Server
$ go run server/main.go
# gRPC Client
$ go run client/main.go
How to convert
$ protoc --go_out=plugins=grpc:. hello.proto
References
# Functions
No description provided by the author
No description provided by the author