rusty_chat

Crates.iorusty_chat
lib.rsrusty_chat
version0.1.0
sourcesrc
created_at2023-11-10 18:49:10.685218
updated_at2023-11-10 18:49:10.685218
descriptionA client-server chat application on TCP written in Rust
homepage
repositoryhttps://github.com/Kitt3120/rusty-chat
max_upload_size
id1031409
size51,524
Torben Schweren (Kitt3120)

documentation

README

rusty-chat

A simple network-wide chat application, consisting of a server and a client side implementation.

Why?

I just picked up Rust and after going through the "The Rust programming language" book, I wanted to implement something to apply the skills taught by the book. The chat app is multi-threaded and uses Mutexes, Atomic Reference Counting Pointers and Channels to handle memory.

Commit count: 27

cargo fmt