/grpcChatService

A simple chat service based on gRPC and Protobuf

Primary LanguageGo

grpcChatService

A sample chat service built using gRPC and Protobuf.

Prerequisites

On mac install protobuf packages:

$ brew install protobuf

Install proto-gen-go

$ go get -u github.com/golang/protobuf/protoc-gen-go