ARez2 / RustyChat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RustyChat

Preview img

Disclaimer

I am very new to Rust. This project is meant as a learning experience.

I started with the chat example from the tokio crate as a base and then seperated everything into separate files.

Running

Client

cargo run --bin client Or cargo run --example client

Server

cargo run --bin server Or cargo run --example server

About

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%