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. π