Zaver
yet another fast and efficient HTTP server
programming model
- epoll
- non-blocking I/O
- thread-pool
compile and run
make
./objs/zaver -c zaver.conf
support
- HTTP persistent connection
- browser cache
todo
add command line parameteradd conf file- sendfile
- dynamic content
- other HTTP/1.1 features
- memory pool
- timer(e.g. close socket when timeout)