A multithreaded Http web server which allows 10,000+ concurrent connections and realized non-blocking IO.
├─ code
│ ├── buffer
│ ├── config
│ ├── http
│ ├── log
│ ├── timer
│ ├── pool
│ ├── server
│ └── main.cpp
├─ test
│ ├── main.cpp
├─ bin
├─ makefile
├─ LICENSE