Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 276 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 276 Bytes

TCP_Chat

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.