webtonic-server

Crates.iowebtonic-server
lib.rswebtonic-server
version0.1.1
sourcesrc
created_at2020-12-06 00:55:21.122359
updated_at2021-03-29 17:54:33.317588
descriptionBrowser enabled websocket tunneling for gRPC (server)
homepage
repositoryhttps://github.com/Sawchord/webtonic/
max_upload_size
id320022
size12,965
Leon Tan (Sawchord)

documentation

README

WebTonic

Browser enables websocket tunneling of gRPC messages.

Testing

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
Commit count: 68

cargo fmt