Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 289 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 289 Bytes

tokio-chat-server

Example of chat server using [tokio][https://tokio.rs/]

How to

  • Execute cargo build.
  • Execute cargo run.
  • With two (or more) instances of your terminal, connect to the server using the command telnet localhost 8080.
  • Just send the messages via terminal.