You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a CLI-based chat application that allows two peers to exchange text messages, using a TCP connection on a desired port.
Since the application is thread-based it is possible to receive messages while writing.
Log functionality included.
About
CLI-based chat application that allows two peers to exchange text messages, using a TCP connection on a desired port.