Skip to content

A simple and interactive chat application using Java Swing for the GUI and Socket IO for real-time communication.

Notifications You must be signed in to change notification settings

Tanishashrivas/Chatting-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Chatting-Application

A simple and interactive chat application using Java Swing for the Graphical User Interface and Socket IO for real-time communication.

Project Overview

Project Type: Java Swing GUI Application
Communication: Socket IO for real-time messaging

Features:

  • Real-time chat between users
  • Interactive and user-friendly interface
  • Socket IO for instant message delivery

Project Components:

Our project is structured to achieve simplicity and modularity. Key components include:

Client: Java Swing-based client application.
Server: Server program for managing communication with the client using Socket IO.

Getting Started

1. Clone the Repository:
git clone https://github.com/your-username/java-chat-application.git
cd java-chat-application

2. Compile and Run the Server: cd server
javac Server.java
java Server

3. Compile and Run the Client: cd client
javac Client.java
java Client

And now you can easily run it on your machine!

About

A simple and interactive chat application using Java Swing for the GUI and Socket IO for real-time communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages