A simple noblocking TCP Server imitate muduo.
- g++
- c++11 (function、shared_ptr、unique_ptr、move)
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug/Release ..
make
make test
- select/poll/epoll
- use std::map to achieve the timer
- http server module
- memcached client/server/proxy module (support partial text protocol)