Asynchronous Chat Server using Rust and Tokio

Rust Logo Tokio Logo

Table of Contents

Requirements

  • Rust programming language (1.68.1)
  • Tokio

Installation

$ git clone https://github.com/Law101/chat-server-with-async-rust-and-tokio.git
$ cd your_project
$ cargo run

#### You can can crete a client to connect to the server using telnet
$ telnet localhost 8080