Categorygithub.com/yoheimune/grpc-playground
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

Samples

# Packages

Package profile is a reverse proxy.
Package hello is a generated protocol buffer package.