diff options
Diffstat (limited to 'devel/grpc-gateway/pkg-descr')
-rw-r--r-- | devel/grpc-gateway/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/grpc-gateway/pkg-descr b/devel/grpc-gateway/pkg-descr new file mode 100644 index 000000000000..1aa2c860f558 --- /dev/null +++ b/devel/grpc-gateway/pkg-descr @@ -0,0 +1,5 @@ +The gRPC-Gateway is a plugin of the Google protocol buffers compiler +protoc. It reads protobuf service definitions and generates a +reverse-proxy server which translates a RESTful HTTP API into gRPC. This +server is generated according to the google.api.http annotations in your +service definitions. |