The future of gRPC on the frontend looks promising.
@whatthefunction91402 жыл бұрын
What is envoy doing and why can't that logic be in grpcweb?
@Oswee5 жыл бұрын
Sure, Envoy can be used as Edge Proxy to route traffic to any endpoint. Probably Traefik also can be used as it has gRPC support. Really want to see this maturing. I like to use proto3 as it is so much easier to work with APIs and now it becomes even more easier. Proto IDLs become single source of truth which is great. And actually handling CORS in Go gRPC backend is not an big deal.
@praskatti2 жыл бұрын
@Stanley please share the github repo link.
@davidhope21994 жыл бұрын
Excellent!
@GuilhermeMendes2463 жыл бұрын
everyone talks the same,but how can I have multiple endpoints ?like i have a todo app in react and i use envoy but i have 2 microservices in grpc like auth_grpc and todo_grpc
@marcialabrahantes33696 ай бұрын
different methods are different endpoints i think what you're describing are two different services
@michaeldeng19813 жыл бұрын
the dead of websocket
@aleksandrkravtsov872711 ай бұрын
Joke about languages was good 🙂
@davecourtois51425 жыл бұрын
You can take a look at github.com/davecourtois/Globular, it simplify gRpc-Web setup, binary for Linux and Window are available.