Example of chat server using [tokio][https://tokio.rs/]
- 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.
Example of chat server using [tokio][https://tokio.rs/]
cargo build
.cargo run
.telnet localhost 8080
.