Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marttp/grpc-go-tutorial


https://github.com/marttp/grpc-go-tutorial

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

### Lib protocol buffer
go get -u google.golang.org/grpc
go get -u github.com/golang/protobuf/protoc-gen-go

### Generate proto file
protoc --proto_path=proto proto/*.proto --go_out=plugins=grpc:pb

### Create Makefile