Sunday, September 08, 2019

gRPC-web (from web browser)

gRPC-web

gRPC-Web, a JavaScript client library that enables web apps to communicate directly with gRPC backend services, without requiring an HTTP server to act as an intermediary.


grpc/grpc-web: gRPC for Web Clients

gRPC-Web clients connect to gRPC services via a special gateway proxy: the current version of the library uses Envoy by default, in which gRPC-Web support is built-in.

No comments: