News

This program allows two or more users to communicate with each other through a chat interface. It uses TCP protocol for establishing a reliable communication channel between the client and the server.
This repository consists of two small Java applications, a server and a client. I built these applications quite a long time ago but have decided to rebuild them with better coding practices. The ...
The server also has a TCP port number that identifies the type of service it provides. For instance, a client program looking for TCP ports 20 or 21 needs File Transfer Protocol services.