Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 300 Bytes

Yew Dashboard Example (Fetch & WebSocket)

Build and run the client

Enter to 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.