Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikshitadas/chatapplication
https://github.com/dikshitadas/chatapplication
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dikshitadas/chatapplication
- Owner: DikshitaDas
- Created: 2024-06-26T16:37:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T16:59:27.000Z (7 months ago)
- Last Synced: 2024-06-26T20:14:08.159Z (7 months ago)
- Language: Java
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# đŦ Chat Application
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.
![Java](https://img.shields.io/badge/Java-%23ED8B00.svg?&style=flat&logo=java&logoColor=white)
![Swing](https://img.shields.io/badge/Swing-Framework-orange?style=flat)
![Socket.IO](https://img.shields.io/badge/Socket.IO-Black?style=flat&logo=socket.io)## âšī¸ About
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.
## đ Features
đģ **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.
## đĻ Installation
### 1. Clone the Repository
```bash
git clone https://github.com/DikshitaDas/ChatApplication.git
cd ChatApplication
```### 2. Compile and Run the Application
#### To start the server:
```bash
javac ChatServer.java
java ChatServer
```
#### To start the client:
```bash
javac ChatClient.java
java ChatClient
```## đ Technologies Used
| Technology | Logo |
|---------------|------|
| **Java** | ![Java](https://img.shields.io/badge/Java-%23ED8B00.svg?&style=flat&logo=java&logoColor=white) |
| **Swing** | ![Swing](https://img.shields.io/badge/Swing-Framework-orange?style=flat) |
| **Socket.IO** | ![Socket.IO](https://img.shields.io/badge/Socket.IO-Black?style=flat&logo=socket.io) |## đ¤ Contributing
Contributions are welcome! Here's how you can contribute:
1. Fork the repository đ´
2. Create a new branch (`git checkout -b feature/amazing-feature`) đ§
3. Commit your changes (`git commit -m 'Add a new feature'`) đ
4. Push to the branch (`git push origin feature/amazing-feature`) đ¤
5. Open a pull request đŦ## đ License
This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for more details. đ