Skip to content

sniperliu/chatty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatty

A TCP Chat Server impelement with Rust & Async.

$ cargo run

User A

$ telnet localhost 8000
Connected to localhost.
Escape character is '^]'.
Welcome to chatty!
Login A
Welcome A
To B: Hello
Hi
bye
A, see you soon!

User B

$ telnet localhost 8000
Connected to localhost.
Escape character is '^]'.
Welcome to chatty!
Login B
Welcome B
Hello
To A: Hi
bye
B, see you soon!

About

TCP chat server implement with rust & async

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published