2018-02-10 18:45:05 +03:00
..
2018-02-10 18:45:05 +03:00
2018-01-06 22:35:56 -05: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.