crude-server icon indicating copy to clipboard operation
crude-server copied to clipboard

Crude Server

Minimal HTTP server written in Python for learning purpose.

This is a supplementary code repo for a tutorial I wrote: Writing an HTTP server from scratch.

Running the server

Execute the main.py file. Example on Linux/Mac:

$ python main.py

Then visit http://127.0.0.1:8888/index.html from your browser.

License

The code and images are all licensed under CC PDM 1.0 (i.e. Public Domain).