Skip to content

Instantly share code, notes, and snippets.

@neurodrone
Last active December 15, 2016 22:25
Show Gist options
  • Select an option

  • Save neurodrone/74506771c45871611f7a820924fc5625 to your computer and use it in GitHub Desktop.

Select an option

Save neurodrone/74506771c45871611f7a820924fc5625 to your computer and use it in GitHub Desktop.
Steps for installing gRPC on your dev environment.

gRPC with REST/JSON

  1. go get -u github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway
  2. go get -u github.com/gengo/grpc-gateway/protoc-gen-swagger
  3. Follow guide on gengo/grpc-gateway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment