Skip to content

Simple web socket server built with tokio and tokio_tungstenite

License

Notifications You must be signed in to change notification settings

Lozlof/tokio_basic_ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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