mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Yew Dashboard Example (Fetch & WebSocket)
Build and run the client
Enter the client folder and run:
cargo web start
Build and run the server
Enter to server folder and run:
cargo build && ./target/debug/server
It opens ws://localhost:9001/ websocket endpoint.