Skip to content

A client-server terminal chat application written to learn Rust

Notifications You must be signed in to change notification settings

damon-myers/whyrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whyrc

whyrc is a smol TCP chat application built to help me learn a bit of network programming with Rust.

It has:

  • chat rooms straight out of 1999
  • a 🚀 blazingly fast 🚀 TUI application
  • a multithreaded server to keep things 🚀 blazingly fast 🚀 when chatting with your 2 other friends

Why you shouldn't use it:

  • No e2e encryption
  • No real user authentication
  • No support for DMs
  • It uses JSON for serialization
  • It's susceptible to DDOS attacks by creating numerous TCP connections

Usage Instructions Anyways

TODO

About

A client-server terminal chat application written to learn Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages