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

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

gRPC Go tutorial
https://github.com/gotz1480/grpc-go-tutorial

Last synced: 6 months ago
JSON representation

gRPC Go tutorial

Awesome Lists containing this project

README

          

# grpc-go-tutorial
gRPC Go tutorial

## Install dependencies

Check https://grpc.io/docs/languages/go/quickstart/

`sudo apt install protobuf-compiler`

`go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28`

`go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2`

## Build

`make`