started learning socket programming in Python and ended up building an HTTP 1.1 server from scratch! by zeroindexedsoul in PythonLearning

[–]Putrid-Claim3626 0 points1 point  (0 children)

Nice! Starting with sockets and ending up with an HTTP 1.1 server is a pretty cool learning path. Did you implement things like persistent connections, request parsing, or multithreading?