# serve My Python port of the webserver Gary Bernhardt built in [this screencast](https://www.destroyallsoftware.com/screencasts/catalog/http-server-from-scratch). It is not spec-compliant, serves files from disk, is vulnerable to directory traversal, and if those files are executable, executes them. It’s as terrible as it sounds!