@ygqcode
阳光前 暂无简介
jsoncpp,jsoncpp
vcpkg from https://github.com/microsoft/vcpkg.git
Windows Api Enclosing C++ Library Windows Api 封装 C++ 库
easySQLite是一个sqlite的C++封转库,非常简洁。modify from https://github.com/openpeer/easysqlite.git
unix 网络编程卷1 套接字api
基于Linux使用C++语言开发的轻量级聊天服务器。使用JSON作为通信文本协议,基于Muduo网络库作为项目的网络I/O。并针对高并发需求,使用Nginx代理多台服务器提高并发容量。针对跨服务器的通信需求,使用Redis的发布-订阅功能设计了消息队列。