Skip to content

A Java-based chatting application using sockets for real-time communication.

Notifications You must be signed in to change notification settings

Blessy-B-Sherin/Chatting-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

Chatting Application

A simple and intuitive chatting application developed in Java that allows users to communicate in real-time. This project utilizes socket programming to establish a connection between the server and multiple clients.

Features

  • Real-time messaging between multiple users.
  • User-friendly graphical interface with active status indicators.
  • Supports multiple clients connecting to the same server.
  • Simple to use with minimal setup.

Usage

  • Start the server first by running the Server class.
  • Then, start one or more clients by running the Client class.
  • Users can begin chatting instantly once connected.

Technologies Used

  • Java Swing for the graphical user interface.
  • Sockets for real-time networking and communication.

Demo Video

Watch Demo Video

Releases

No releases published

Packages

No packages published

Languages