Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 799 Bytes

readme.md

File metadata and controls

34 lines (23 loc) · 799 Bytes

WIP

https://velostudio.github.io/blog/levo.html

Levo: the good parts

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.