bhch / crude-server

Home Page:https://bhch.github.io/posts/2017/11/writing-an-http-server-from-scratch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://bhch.github.io/posts/2017/11/writing-an-http-server-from-scratch/

License:Other


Languages

Language:Python 73.0%Language:HTML 18.1%Language:CSS 8.9%