Minimal HTTP server written in Python.
This is a supplementary code repo for reference: Writing an HTTP server from scratch.
Execute the main.py
file. Example on Linux/Mac:
$ python server.py
Then visit http://127.0.0.1:8888/index.html
from your browser.
The code and images are all licensed under CC PDM 1.0 (i.e. Public Domain).