A simple Rust based Web Sockets server developed with the goal of learning more about Rust.
Note: I've tried to use as few dependencies as possible, including writing a simple HTTP server from scratch for the initial connection upgrade.
- Clone this repo
- Run
cargo run
from the root - Go to https://websocketking.com/
- Set the url to
ws://localhost:8082/ws
and send a text request