Pure C (or C++) webserver based on libuv and http-parser
Based on http://vimeo.com/24713213
See also https://github.com/mafintosh/turbo-net
This is not a real server and never will be - purely experimental.
If you are interested in more robust server on top of libuv see Haywire.
make
- leverage threadpool
- sysctl -w net.inet.tcp.msl=1000 on OS X
- SO_REUSEPORT http://lwn.net/Articles/542629/