The gRPC-Gateway plugin allows you to send JSON requests to a gRPC service. A
specially configured .proto
file handles the conversion of the JSON request
into one that the gRPC service can handle. This allows you to expose RESTful-style
interfaces that communicate with a gRPC service.
This plugin’s implementation is similar to gRPC-gateway.