A simple video calling application using Python’s socket library, FastAPI for client management, and UDP for low-latency video streaming. The application allows clients to register, list available ...
This project demonstrates a basic client-server architecture using Python's socket library. The server.py script acts as the server, listening for incoming connections, while the client.py script acts ...