An open API service indexing awesome lists of open source software.

https://github.com/mmontes11/grpc-proxy

HTTP/2 reverse proxy for routing to gRPC microservices
https://github.com/mmontes11/grpc-proxy

go golang grpc http2 proxy

Last synced: 10 months ago
JSON representation

HTTP/2 reverse proxy for routing to gRPC microservices

Awesome Lists containing this project

README

          

# grpc-proxy
HTTP/2 reverse proxy for routing to gRPC microservices

### Usage

```
$ GODEBUG=http2debug=2 go run main.go -port 8000 -server_addr localhost:11000
```