Skip to content

Latest commit

 

History

History

example-browser-grpcweb-transport-client

@protobuf-ts/example-browser-grpcweb-transport-client

This is a simple gRPC-web client using @protobuf-ts/grpcweb-transport.

The client is generated by @protobuf-ts/plugin without any additional parameters. A GrpcWebFetchTransport from the package @protobuf-ts/grpcweb-transport is used to communicate over gRPC.

The client can be run against the example gRPC-web server in the directory "example-dotnet-grpcweb-server".

To run the client, execute make. Then open client.html in your web browser.