Skip to content

Kitt3120/rusty_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-chat

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

Status

Deployment status: Deploy

A board can be viewed here: https://github.com/users/Kitt3120/projects/2

Otherwise, issues can be viewer here: https://github.com/Kitt3120/rusty-chat/issues

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.