module
0.0.0-20170510072740-577d9949a035
Repository: https://github.com/yoheimune/grpc-playground.git
Documentation: pkg.go.dev
# README
gRPC Playground
This is a playground for gRPC Go which has several tutorials and sample implementations.
Pre installed
# Install `protoc`
$ brew install protobuf
# Install protoc-gen-go which is a plugin for `protoc`
$ go get -u github.com/golang/protobuf/protoc-gen-go
# (May need) Add to $PATH
$ export $PATH=$GOHOME/bin:$PATH
- References http://www.grpc.io/docs/quickstart/go.html
Samples
- helloworld : gRPC Hello World.
- basics : gRPC Basic samples (simple / streaming).
- grpc-gateway : a sample for gRPC Gateway.
# Packages
Package profile is a reverse proxy.
Package hello is a generated protocol buffer package.