Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dikshitadas/chatapplication


https://github.com/dikshitadas/chatapplication

Last synced: about 2 months ago
JSON representation

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