Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 262 Bytes

File metadata and controls

8 lines (5 loc) · 262 Bytes

rust-async-chat-server

An asynchronous terminal chat server made with Rust and Tokio.

Open up 2 terminals. In the first terminal enter 'cargo run'.

In the second terminal connect to the host, 'telnet localhost 8080'.

Enter messages into the second terminal