You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a simple broadcast messaging system using Python's socket programming. It allows multiple clients to connect to a server, and any message sent by one client is broadcasted to all other connected clients in real time.