/raiuk

A simple implementation of a chat server using TCP protocol and Tokio.

Primary LanguageRustMIT LicenseMIT

raiuk

A simple implementation of a chat server using TCP protocol and Tokio.

Usage

The following command will start the server on port 8000.

$ cargo run

If you want test the server, you can use telnet to connect to the server.

$ telnet localhost 8000