Skip to content

gRPC-Web client in Rust -- now with Tonic 0.7

License

Notifications You must be signed in to change notification settings

Authentura/grpc-web-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

gRPC-Web client in Rust -- now with Tonic 0.7

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%