ductone / protoc-gen-apigw

Apache License 2.0
10 stars 2 forks source link

protoc-gen-apigw

protoc-gen-apigw is a plugin for the Google protocol buffer compiler to generate a Go server which implements gRPC service interfaces and a REST gateway.

It is inspired by utrack/clay and grpc-gateway), but uses a different approach to bridging HTTP Requests to gRPC calls.

Features include:

Many TODOs are remaining, but the basic bridging works.

License

protc-gen-apigw is licensed under the Apache License 2.0. See LICENSE for the full license text.