cipherstash-grpc-web-client

Crates.iocipherstash-grpc-web-client
lib.rscipherstash-grpc-web-client
version0.1.2
sourcesrc
created_at2022-08-18 01:23:30.450189
updated_at2022-08-18 01:23:30.450189
descriptionAn implementation of the gRPC-Web protocol that allows using tonic in browsers via wasm.
homepagehttps://github.com/cipherstash/grpc-web-client
repositoryhttps://github.com/cipherstash/grpc-web-client
max_upload_size
id647845
size27,860
Dan Draper (coderdan)

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: 18

cargo fmt