Saturday, May 28, 2022

gRPC Stuff

https://grpc.io/docs/protoc-installation/
brew install protobuf

https://grpc.io/docs/languages/go/quickstart/
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

example code:
git clone -b v1.46.0 --depth 1 https://github.com/grpc/grpc-go

https://github.com/fullstorydev/grpcurl
go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest

No comments: