| Crates.io | webtonic-server |
| lib.rs | webtonic-server |
| version | 0.1.1 |
| created_at | 2020-12-06 00:55:21.122359+00 |
| updated_at | 2021-03-29 17:54:33.317588+00 |
| description | Browser enabled websocket tunneling for gRPC (server) |
| homepage | |
| repository | https://github.com/Sawchord/webtonic/ |
| max_upload_size | |
| id | 320022 |
| size | 12,965 |
Browser enables websocket tunneling of gRPC messages.
This repository implements a set of small test crates.
Running these tests requieres to install
wasm-pack.
To run the tests, first start the server:
RUST_LOG=info cargo run -p server-test
Then, after the server is built and running, the client tests can be run.
To test in firefox, run:
wasm-pack test --firefox --headless client-test
To test in chrome, run:
wasm-pack test --chrome --headless client-test