Skip to content

Code for Java-based console chat application using TCP and UDP protocol.

Notifications You must be signed in to change notification settings

bhvsh/console-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Code for Java-based console chat application using TCP and UDP protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages