Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzelinskie/grpcwebproxy
Improbable's grpcwebproxy with improved UX.
https://github.com/jzelinskie/grpcwebproxy
go grpc grpcwebproxy javascript
Last synced: 3 months ago
JSON representation
Improbable's grpcwebproxy with improved UX.
- Host: GitHub
- URL: https://github.com/jzelinskie/grpcwebproxy
- Owner: jzelinskie
- License: apache-2.0
- Created: 2021-02-13T00:09:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-20T15:43:16.000Z (over 3 years ago)
- Last Synced: 2024-10-13T06:11:09.360Z (4 months ago)
- Topics: go, grpc, grpcwebproxy, javascript
- Language: Go
- Homepage: https://github.com/jzelinskie/grpcwebproxy
- Size: 83 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpcwebproxy
This is a fork of [Improbable's grpcwebproxy][grpcwebproxy].
Alterations include:
- Significantly less code
- Manages dependencies with Go modules
- Dropped support rarely used features: websockets, authority header, grpc max-size
- Logs with [zerolog] instead of [Logrus]
- Uses [Viper] & [Cobra] for configuration
- Separate server for serving [Prometheus] metrics[grpcwebproxy]: https://github.com/improbable-eng/grpc-web/tree/master/go/grpcwebproxy
[zerolog]: https://github.com/rs/zerolog
[Logrus]: https://github.com/sirupsen/logrus
[Viper]: https://github.com/spf13/viper
[Cobra]: https://github.com/spf13/cobra
[Prometheus]: https://prometheus.io