Go microservice demo with gRPC
protoc --go_out=plugins=grpc:chat chat.proto
Installation guide of protoc
is http://google.github.io/proto-lens/installing-protoc.html
go run main.go
go run chat.go
Go microservice demo with gRPC
protoc --go_out=plugins=grpc:chat chat.proto
Installation guide of protoc
is http://google.github.io/proto-lens/installing-protoc.html
go run main.go
go run chat.go