Rust websocket for Redis

WebSocket clients will be able to connect to 127.0.0.1:8000/ws and send a "ping" text message to receive a "pong" message back.

Running the server

Simply use the use the cargo run command to run the program. There is no additional configuration needed.

The server will run on 127.0.0.1:8000.