grpc-web-client

Crates.iogrpc-web-client
lib.rsgrpc-web-client
version0.1.2
sourcesrc
created_at2021-05-05 20:51:59.479369
updated_at2021-05-07 19:22:52.201085
descriptionAn implementation of the gRPC-Web protocol that allows using tonic in browsers via wasm.
homepagehttps://github.com/titanous/grpc-web-client
repositoryhttps://github.com/titanous/grpc-web-client
max_upload_size
id393564
size24,081
Jonathan Rudenberg (titanous)

documentation

README

grpc-web-client

Crates.io Documentation License

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 cargo run -p test-server

Then, after the server is built and running, the tests can be run.

wasm-pack test --firefox --chrome --safari --headless test/test-client

Acknowledgments

This package is heavily based on webtonic.

Commit count: 11

cargo fmt