Skip to content

rdeanmcdonald/telnet-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Started following along with this video: https://www.youtube.com/watch?v=Iapc-qGTEBQ&ab_channel=CodingTech

Decided to implement the async conn listener/broadcast listener differently than the video.

start server:

cargo run

From additinoal terminal windows, connect to server with:

telnet localhost 8080

Type out a line and press enter, and the messages will show in the other terminal windows.

There's a bug, something panics, I think it's related to client disconnects, not sure.

About

Telnet chat room in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages