Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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