Ramsey Kant https://github.com/RamseyK/httpserver
A high performance, single threaded, HTTP server written in C++ to serve as a kqueue socket management and HTTP protocol learning tool
- Clean, documented code
- Efficient socket management with kqueue
- Easy to understand HTTP protocol parser (from my ByteBuffer project)
- Tested on FreeBSD and MacOS
See LICENSE.TXT