tokio_basic_ws Simple web socket server built with tokio and tokio_tungstenite Was a learning project. Settings Change: let listen_address: &str = "secret"; To a socket: let listen_address: &str = "127.0.0.1:8008";