three-web-servers-example
umckinney/three-web-servers-example
Python
This project explores three different ways to serve web content using pure Python—no frameworks. Each server demonstrates a different backend architecture style: CGI Calculator, WSGI Book Catalog, Socket HTTP Server.