Hacker News new | ask | show | jobs
by tarmstrong 3022 days ago
"500 Lines or Less" is an entire book of articles just like this. Each chapter guides you through a small (500 loc or less) implementation of a common component (eg a web server). http://aosabook.org/en/index.html
2 comments

Came here to say this. Also; the other books in the series are interesting.
On a related note, I just became aware of hitch, 2nd generation stud(?) - a real-world, modern, high performance proxy server:

https://hitch-tls.org/

This is the first generation stud project - https://github.com/bumptech/stud
Thank you so very much for this resource !