golang-grpc-gateway

gRPC to JSON proxy generator for Golang -- binaries
  https://github.com/grpc-ecosystem/grpc-gateway
  0
  no reviews



Grpc-gateway is a protoc plugin that reads gRPC service definitions and generates a reverse-proxy server which translates a RESTful JSON API into gRPC. The server is generated according to custom options in your gRPC definition and helps you to provide your APIs in both gRPC and RESTful style at the same time.

This package contains the generator binaries.