return001 / RLCppFramework

C++基本开发库,负责封装线程池、HTTP、JSON、XML、日志、共享内存、数据库、Websocket等开发工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RLCppFramework

C++基本开发库,负责封装线程池、HTTP、JSON、XML、日志、共享内存、数据库、Websocket等开发工具

项目依赖

  1. glog 介绍: Google的日志工具 URL: Github

环境

环境 版本 状态
macOS 10.14.3 later
Ubuntu
Windows

模块进度

模块 描述 进度
public 公有代码工具,如映射表、数学函数、字符串等
async 异步工具,包含有:线程、线程池、定时器,封装于boost
grpc
http
json JSON解析工具,封装于JsonCpp
log 日志工具,封装于Google的glog
mmap
mysql
redis
sqlite
websocket
xml
zmq
tests 测试用例

使用安装

    chmod +x install.sh
    ./install.sh

使用

模块 静态库 备注
public
async rl_async
boost
grpc
http
json jsoncpp
log rl_log
glog
mmap
mysql
redis
sqlite
websocket
xml
zmq
tests 测试用例

About

C++基本开发库,负责封装线程池、HTTP、JSON、XML、日志、共享内存、数据库、Websocket等开发工具

License:Apache License 2.0


Languages

Language:C++ 82.1%Language:CMake 17.1%Language:Shell 0.5%Language:C 0.2%