Skip to main content

Library for making gRPC requests from a browser.

gRPC Client is the port of grpc-web library.

gRPC Client is a typescript library using which we can directly talk to the gRPC service via web-browser. gRPC Client connects to gRPC services via a special gateway proxy(Envoy proxy) which is going to be a docker service in our case running on the same server machine which bridges GRPC( HTTP/2) with Browser Communication (HTTP/1.1).