Skip to content

Sadid19/Chat-Application-Java-Swing-Socket-Programming-

Repository files navigation

Chat-Application-Java-Swing-Socket-Programming-

A simple real-time chat application using Java Swing for the user interface and Socket Programming for communication.

Features

📢 Real-time messaging between an Admin (Client) and a User (Server).
🎨 User-friendly GUI built with Java Swing.
🔌 Client-Server Communication using Sockets.
🕒 Timestamps for sent messages.
❌ Exit functionality to close the chat.

How It Works

1️⃣ Start the User (Server) first – Listens for connections on port 6001.
2️⃣ Run the Admin (Client) – Connects to the server (127.0.0.1:6001).
3️⃣ Chat in real-time! Messages are sent and displayed instantly.

About

A simple real-time chat application using Java Swing for the user interface and Socket Programming for communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages