A sample chat service built using gRPC and Protobuf.
On mac install protobuf packages:
$ brew install protobuf
Install proto-gen-go
$ go get -u github.com/golang/protobuf/protoc-gen-go
A simple chat service based on gRPC and Protobuf
Repository from Github https://github.comrajatparida86/grpcChatService
A sample chat service built using gRPC and Protobuf.
On mac install protobuf packages:
$ brew install protobuf
Install proto-gen-go
$ go get -u github.com/golang/protobuf/protoc-gen-go
A simple chat service based on gRPC and Protobuf