Generate HTTP server and client from protobuf

(github.com)

1 points | by MUlt1mate 2 hours ago

2 comments

  • MUlt1mate 2 hours ago
    Hi everyone. I made a tool to unify HTTP and gRPC in Go. It uses a single Protobuf definition with standard http.rule annotations to serve both protocols. Unlike other solutions, it doesn't require a proxying layer like gRPC-Gateway