This is a simple demonstration of a WebSocket server and client.
The server is a simple WebSocket server that sends a message to the client every 2 seconds.
The client is a simple WebSocket client that connects to the server and prints the messages it receives.
- Run the server:
cargo run --bin demo-runner