This Python Chat App is a simple client-server chat application that allows multiple clients to communicate with each other through a central server. It utilizes sockets for network communication and threading for handling multiple clients concurrently.
Real-time messaging: Clients can send and receive messages in real-time. Multiple clients: Multiple clients can connect to the server and chat with each other simultaneously. Server-based architecture: The server acts as a central point of communication, relaying messages between clients. Simple and lightweight: The application is designed to be easy to understand and use and for local networks only since it is inconvinient and raises some issue to forward port. used Socket.io to establish a local network based server to allow communication between any client who joins with pre-specified IP addresss