A real-time chatting application built using Java, Swing, and Sockets, enabling seamless communication between a server and a client.
- Real-Time Communication: Clients can send and receive messages instantly.
- Server-Client Architecture: Dedicated server to handle multiple client connections.
- User-Friendly Interface: Designed using Java Swing for a simple and interactive chat experience.
- Scalable Design: Easily extendable to support additional functionalities.
- Programming Language: Java
- UI Framework: Swing
- Networking: Java Sockets
- Clone the repository:
git clone <repo link> java Server java Client
Feel free to fork this repository and submit pull requests to improve the application.