Skip to content

A UDP based group chat app written in Rust ⚡

Notifications You must be signed in to change notification settings

pavi2410/ChatUDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatUDP logo

A blazing fast chat application using UDP, written in Rust ⚡

Run

  • Server

    cargo run --bin server
    
  • Client(s)

    cargo run --bin client -- [your username]