This project is about writing your own HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocol on internet. Knowing its arcane will be useful.
- Beej's guide to network programming
- Detailed info on file descriptors (sockets)
- Detailed info on epoll
- Epoll example code
- Simple HTTP server written in C by IBM guy
- Book on HTTP
- Better RFC