WIP
https://velostudio.github.io/blog/levo.html
To re-generate brotli encoded wasm file of rust client:
cd clients/rust-client-app
./build.sh
To start demo server:
cd levo-server
SERVER_CONFIG_FILE=./config.toml cargo r --release
(add webtransport
feature for enabling webtransport protocol)
To run portal:
cd portal
cargo r --release
(add webtransport
feature if server speaks webtransport)
Select the resource location (default: velo-studio.xyz/rust.wasm
): http://localhost:8080/rust.wasm
, then press Enter, to load the client (guest) app.
Note that, without closing the portal, you can recompile the client app, and refresh.