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
- Host: GitHub
- URL: https://github.com/mmontes11/grpc-proxy
- Owner: mmontes11
- License: mit
- Created: 2020-07-11T16:00:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T22:11:44.000Z (over 5 years ago)
- Last Synced: 2025-04-21T21:02:17.338Z (11 months ago)
- Topics: go, golang, grpc, http2, proxy
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```