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

https://github.com/milenkovskitrajche/chatsistem

Едноставен chat систем.Изработен во Java. Додаден GUI(графички кориснички интерфејс) | Simple chat system. Made in Java. Added GUI(Graphical User Interface)
https://github.com/milenkovskitrajche/chatsistem

java java-networking java-sockets java-swing java-swing-application

Last synced: 4 months ago
JSON representation

Едноставен chat систем.Изработен во Java. Додаден GUI(графички кориснички интерфејс) | Simple chat system. Made in Java. Added GUI(Graphical User Interface)

Awesome Lists containing this project

README

        

# 💬 Simple Java Chat System

## **Technologies Used**
`Java 21`

---

## 🚀 Getting Started
- **Run the Server** first, then launch the `ClientGUI`.
- A simple chat system with login and registration.
- Users can change their **username, password, and email**.
- Send messages to all connected users.
- Delete your account permanently.
- Messages are broadcast to all users connected to the server.
- Enable multiple instances in `ClientGUI`:
**Edit Configurations → Modify Options → Allow Multiple Instances**

---

## 🔥 Features
✔ **Login Confirmation** - Validates username and password.
✔ **Send Messages** - Chat with all online users.
✔ **Delete Account** - Remove your account permanently.

---

## 📸 Screenshots
![Login/Register](img/login_register.jpg)
*User Registration & Login*

![LoginScreen](img/login2.jpg)
*Login Screen*

![BroadcastMessages](img/sndmsgs.jpg)
*Broadcasting Messages to All Users*

---

## 📥 Installation
Clone the repository:
```bash
git clone https://github.com/MilenkovskiTrajche/ChatSistem.git
```

---

### 📌 *A simple and efficient chat system built with Java!*