A real-time Chat Application built using Java Swing and Socket.IO, enabling users to send and receive messages over a local network with a simple and intuitive interface.
This Chat Application enables real-time communication between multiple users over a network. Built using Java and Socket.IO, the application supports a graphical interface for seamless chatting.
💻 Real-time messaging: Users can send and receive messages instantly.
🎨 Graphical User Interface (GUI): Easy-to-use chat interface built with Java Swing.
🔗 Socket.IO integration: For handling real-time communication between clients and server.
👥 Multiple users: Supports communication between multiple users connected to the server.
git clone https://github.com/DikshitaDas/ChatApplication.git
cd ChatApplicationjavac ChatServer.java
java ChatServerjavac ChatClient.java
java ChatClient| Technology | Logo |
|---|---|
| Java | |
| Swing | |
| Socket.IO |
Contributions are welcome! Here's how you can contribute:
- Fork the repository 🍴
- Create a new branch (
git checkout -b feature/amazing-feature) 🚧 - Commit your changes (
git commit -m 'Add a new feature') 📝 - Push to the branch (
git push origin feature/amazing-feature) 📤 - Open a pull request 📬
This project is licensed under the MIT License. See the LICENSE file for more details. 📃