Update README.md

This commit is contained in:
2026-03-02 10:54:54 -05:00
parent 4f0f9d58c2
commit f8006cf9e1

View File

@@ -1,13 +1,12 @@
# 🚀 Advanced Chat Server & Client # 🚀 Advanced Chat Server & Client
A feature-rich, production-ready chat server and client built with Python and WebSockets. Supports **both centralized server mode and peer-to-peer (P2P) LAN communication** with **file sharing capabilities**. Works on local development and hosted deployment (Ubuntu). A feature-rich, production-ready chat server and client built with Python and WebSockets. Works on local development and hosted deployment (Ubuntu).
## ✨ Features ## ✨ Features
### Core Features ### Core Features
-**Unified Client**: Single client for both Server and P2P LAN modes -**Unified Client**: Single client for both Server and P2P LAN modes
-**Peer-to-Peer (P2P)**: Chat without a server on your local network -**File Sharing**: Send and receive files
-**File Sharing**: Send and receive files up to 50MB in both modes
-**Real-time Messaging**: Instant communication with low latency -**Real-time Messaging**: Instant communication with low latency
-**Multiple Rooms**: Join different channels with password protection -**Multiple Rooms**: Join different channels with password protection
-**User Authentication**: Secure identification for server-based chat -**User Authentication**: Secure identification for server-based chat