Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 325 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 325 Bytes

Websocket chat server

Based on tokio_tungstenite

Run server

cargo run

Run client

Install client tool websocat

brew install websocat

Run

websocat ws://127.0.0.1:9595