Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 817 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 817 Bytes

Console Chat Application

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.

Features

  • 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.

Dependencies

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.