My python HTTP server

Messages
317
Reaction score
436
Points
555
Location
Israel
About a year and a half ago me and my cousin were messing around in python and each decided to write their own http server, here is mine.

It can support multiple sites over the same IP and port, and support multiple domains for one site and multiple folders to serve from.

It can only server static files (meaning you can't run server side code).

It uses multi-processing to server requests at the same time!

It is written with no external libraries!

Any input is welcome
 
Top