cross-platform event driven framework (made in cpp), to get detail: 一个工业级、跨平台、轻量级的 tcp 网络服务框架:gevent
cd demo
cmake -G "Visual Studio 14 2015" -S .
#then using VS2015 open epoll_svc.sln and build all
mkdir build
cd build
cmake ../demo
make
goes into bin