grpc-web-client
A Rust implementation of the gRPC-Web protocol that allows using tonic in browsers via wasm.
Testing
Running the tests requires wasm-pack.
To run the tests, first start the server:
RUST_LOG=info
Then, after the server is built and running, the tests can be run.
Acknowledgments
This package is heavily based on webtonic.