这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性hash为底层算法的负载均衡服务器,这可以作为一个单独的模块。
☆82Aug 28, 2025Updated 6 months ago
Alternatives and similar repositories for distributed-system-framework
Users that are interested in distributed-system-framework are comparing it to the libraries listed below
Sorting:
- 又一个同时支持window/linux平台的EventLoop实现,包含IO事件/timer/异步事件的处理☆16May 13, 2018Updated 7 years ago
- 结合protobuf,libev以及memcached线程池模型实现 RPC功能 (分布式负载均衡等)☆41Nov 18, 2017Updated 8 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- HMX-Server分步式服务器框架,主要分为网关、登录、世界、场景、数据服务器,适用于大中小型项目☆28Sep 26, 2018Updated 7 years ago
- An elegant operating system based on c++17 implementation☆21Apr 11, 2023Updated 2 years ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- GreenLeaf(绿叶)分布式通用型服务器端开发框架☆19Apr 23, 2020Updated 5 years ago
- MFrameWork集成高效的数据存储和访问,网络机制,分布式服务器框架,三维引擎框架,以及客户端对接框架等。实现方便快捷的转变为游戏服务器,数据服务器,以及三维应用客户端.MFrameWork integrates efficient data storage and a…☆10Dec 7, 2017Updated 8 years ago
- 轻量级高性能C++网络引擎库,支持多种协议,可扩展。☆14Sep 26, 2020Updated 5 years ago
- A windows tool to decodes the xlog written by tencent.解压解密微信mars下xlog数据的工具☆11Apr 17, 2020Updated 5 years ago
- 使用C++11完成的Web服务器☆36Nov 28, 2019Updated 6 years ago
- Distributed service governance framework based on c/c++, including service registration, service discovery, unified configuration, messag…☆22Feb 26, 2019Updated 7 years ago
- c++ common library implement☆12Jul 29, 2019Updated 6 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆48Aug 31, 2018Updated 7 years ago
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago
- yfs是一个分布式文件系统(mit6.824)☆73Feb 22, 2019Updated 7 years ago
- cms is an industrial-strength live streaming server,support rtmp,http-flv,hls.in the future,it will support more protocol.☆12Feb 23, 2023Updated 3 years ago
- HTTP and WebSocket built on Asio in C++11☆11Sep 1, 2018Updated 7 years ago
- C++高性能分布式服务器框架☆13Mar 2, 2020Updated 5 years ago
- 基于Linux EPOLL多路复用的C++轻量级WebServer☆11Jul 11, 2020Updated 5 years ago
- 基于EventLoop和多线程的morden cpp 的linux网络库☆11Apr 5, 2020Updated 5 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Nov 28, 2022Updated 3 years ago
- 大并发服务器课程源代码☆303Jun 26, 2020Updated 5 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 2 years ago
- libuv kcp☆17Feb 20, 2023Updated 3 years ago
- 一套c服务框架☆18Aug 11, 2020Updated 5 years ago
- c++ mysql orm☆18Nov 10, 2022Updated 3 years ago
- High-performance multi-threaded tcp network server in c++11☆60Jun 22, 2019Updated 6 years ago
- 用C++11的std::atomic<T>实现一个无锁队列☆17Apr 6, 2016Updated 9 years ago
- 基于分布式的集群聊天系统☆48May 5, 2021Updated 4 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆49Dec 31, 2025Updated 2 months ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Mar 15, 2016Updated 9 years ago
- libevent library reimplemented with c++☆43Jan 17, 2020Updated 6 years ago
- A lightweight RTSP, RTMP, HTTP-FLV, WebSocket, HTTP server and client framework based on C++11☆19Jul 30, 2019Updated 6 years ago
- 个人学习开发linux服务器例子,视频点播服务器采用epoll模型+线程池技术处理客户端的并发任务☆53Mar 18, 2025Updated 11 months ago
- 分布式服务器☆18Jun 6, 2018Updated 7 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Sep 27, 2020Updated 5 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Dec 11, 2020Updated 5 years ago