/TCP_Chat

CLI-based chat application that allows two peers to exchange text messages, using a TCP connection on a desired port.

Primary LanguageJava

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.