Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 234 Bytes

File metadata and controls

10 lines (10 loc) · 234 Bytes

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";