8
anet是c++实现游戏服务器框架,内含log, timer, http, tcp,pool等组件。其中log支持同步和异步模式;timer是时间轮实现的高效定时器;tcp是基于asio实现的异步网络,同时实现了tcp server和tcp client;http是在tcp模块基础上实现的http server和http client,其中http client支持同步方式;pool实现了对象池。
C++
4天前

搜索帮助