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)
- Host: GitHub
- URL: https://github.com/milenkovskitrajche/chatsistem
- Owner: MilenkovskiTrajche
- Created: 2024-11-06T00:04:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T22:51:45.000Z (4 months ago)
- Last Synced: 2025-02-26T23:29:16.531Z (4 months ago)
- Topics: java, java-networking, java-sockets, java-swing, java-swing-application
- Language: Java
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

*User Registration & Login*
*Login Screen*
*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!*