Projects
Things I've built, broken, and learned from.
Low-Level HTTP/1.1 Server
Built an HTTP/1.1 server in Python using raw TCP sockets. Request parsing, chunked transfer encoding, input validation, error handling — all from scratch.
PythonTCP SocketsHTTP
View on GitHub →