Hacker News new | past | comments | ask | show | jobs | submit login

I really like Unicorn[1]. It's a very well-architected webserver with a nicely structured codebase. Reading the code has taught me about some neat tricks, e.g. self-pipe trick, and a lot about `fork`.

Additionally, I've on occasion consulted the Linux kernel and PostgreSQL repos. Would recommend, although I'm definitely either lying or very ignorant if I said I was familiar with them.

1: https://github.com/defunkt/unicorn




PostgeSQL has some very easy to read and well documented source code. Great place to look if you need anything related to db data structures.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: