A simple real-time chat application using Java Swing for the user interface and Socket Programming for communication.
📢 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.
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.