blast icon indicating copy to clipboard operation
blast copied to clipboard

grpc gen ( web and non web)

Open joeblew99 opened this issue 6 years ago • 3 comments

Just adding this for generating different languages. https://github.com/johanbrandhorst/grpc-web-generators

joeblew99 avatar Aug 28 '19 15:08 joeblew99

The more extensible option is to use envoy .

It does full grpc-web

It can be run on arm and AMD.

Will make a PR if this is welcomed ??

winwisely99 avatar Apr 07 '20 10:04 winwisely99

It would mean that these imports are not needed.

github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/grpc-ecosystem/grpc-gateway

Envoy does this at runtime and is very fast

winwisely99 avatar Apr 07 '20 10:04 winwisely99

@winwisely99 PR for the grpc-web layer is welcome. :) But I'd like to keep the code that uses grpc-midlleware, etc., in case I don't use Envoy.

mosuka avatar Apr 08 '20 12:04 mosuka