Skip to content

Latest commit

 

History

History
 
 

dashboard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.