Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 293 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 293 Bytes

Async 🦇

Async chat server writen in 🦀 with Tokio to stydy a different language and also concepts.

Run

Run it with

cd TOKIO-CHAT
cargo run

telnet localhost 8080

To do

  • graphical interface for client
  • better client experience
  • handle usernames
  • real async