This repository contains code for a Java-based console chat application that uses both TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) protocols for communication.
- TCP Chat: Allows users to communicate with each other using the TCP protocol.
- UDP Chat: Allows users to communicate with each other using the UDP protocol.
The chat application has the following dependencies:
- Java 11 or above: Ensure you have Java Development Kit (JDK) 11 or a higher version installed on your system.
No additional external libraries or frameworks are required. The application utilizes the standard Java SE libraries for networking and console interactions.