From f8006cf9e1e1340df40f74d8db9143366c0940e1 Mon Sep 17 00:00:00 2001 From: SpyDrone Date: Mon, 2 Mar 2026 10:54:54 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eab56bc..b49088c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # 🚀 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 ### Core Features - ✅ **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 up to 50MB in both modes +- ✅ **File Sharing**: Send and receive files - ✅ **Real-time Messaging**: Instant communication with low latency - ✅ **Multiple Rooms**: Join different channels with password protection - ✅ **User Authentication**: Secure identification for server-based chat