rajatparida86 / grpcChatService

A simple chat service based on gRPC and Protobuf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple chat service based on gRPC and Protobuf


Languages

Language:Go 86.1%Language:Makefile 13.9%