Skip to content

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

License

Notifications You must be signed in to change notification settings

weixiami/RLCppFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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等开发工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages