Skip to content

bhch/crude-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).