Skip to content

A dead simple asynchronous CLI chat app created as part of reading "Programming Rust" book

License

Notifications You must be signed in to change notification settings

sanjayts/async-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async Chat

A simple chat application created as part of following along with the Programming Rust exercises. The reference implementation lives at https://github.com/ProgrammingRust/async-chat

Future Enhancements

Remove usage of std_async and simply use tokio for everything; this should be a good learning exercise.

About

A dead simple asynchronous CLI chat app created as part of reading "Programming Rust" book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages