Web Server
WSGI HTTP Server · 2025
An implementation of a WSGI HTTP Server.
A lightweight web server built from scratch in Python to handle HTTP requests and serve dynamic web applications. It follows the WSGI (Web Server Gateway Interface) standard, enabling communication between Python web apps and the server. The project demonstrates a understanding of network sockets, process management, and HTTP protocols, showcasing how web servers manage multiple client connections efficiently.