yang-jinlin / AnyClientLinks
C++万能客户端。Http Client、Redis Client、MySQL Client、Kafka Client。极致高性能。线程安全、自带连接池、自带线程池。全异步工作模式,支持异步回调、半同步future、同步等待三套接口。可以模仿现有client开发自定义协议。
☆17Updated 5 years ago
Alternatives and similar repositories for AnyClient
Users that are interested in AnyClient are comparing it to the libraries listed below
Sorting:
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Updated 6 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆86Updated 5 years ago
- kimgbo是muduo网络库的重构版本☆136Updated 7 years ago
- asio examples☆223Updated 3 months ago
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 9 years ago
- C++实现,对libevent库二次开发,解决libevent和自有服务融合问题☆223Updated 6 years ago
- 《C++ 服务器开发精髓》随书配套源码☆222Updated 4 years ago
- <-- workflow 中文注释 / demos / 源码解析☆305Updated 3 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆368Updated 5 years ago
- muduo in windows☆69Updated 6 years ago
- purecpp opensource projects list☆95Updated 3 years ago
- Coroutine Workflow based on C++ 20☆70Updated 3 weeks ago
- 即时通信 select/poll/epoll☆45Updated 5 years ago
- 高性能博客系统☆30Updated 6 years ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆428Updated 4 years ago
- 简单有效的内存池实现☆100Updated 9 years ago
- A high performance multithread C++ network library for linux.☆68Updated 6 years ago
- ☆92Updated 7 years ago
- A C++ implementation of an industrial-grade high-performance asynchronous network library, based on asio, similar to Python's asyncio, de…☆62Updated last year
- 腾讯开源框架Tars源码学习笔记---从头搭建Tars rpc☆111Updated 7 years ago
- Examples and toturials for C++ Boost Asio library.☆273Updated 3 years ago
- 基于epoll实现的C++版内网穿透☆197Updated 3 years ago
- a cpp Web Server☆159Updated 5 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- 即时通讯,支持单 聊,群聊☆11Updated 5 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆76Updated 6 years ago
- 一个简单好用的定时器组件,支持Cron表达式,只有一个头文件,不依赖任何第三方库,跨平台。☆56Updated last year
- 微服务治理框架C++实现☆83Updated 3 years ago
- The code from CSDN(大学时写的博客代码存储地)☆83Updated 2 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆82Updated 4 months ago