基于muduo网络库的集群聊天服务器
☆100Mar 20, 2021Updated 5 years ago
Alternatives and similar repositories for Server
Users that are interested in Server are comparing it to the libraries listed below
Sorting:
- 基于分布式的集群聊天系统☆48May 5, 2021Updated 4 years ago
- RPC远程调用框架☆26Apr 18, 2021Updated 4 years ago
- 可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现☆284Jul 28, 2021Updated 4 years ago
- 基于muduo网络库Reactor模型的集群聊天源码☆26Feb 21, 2022Updated 4 years ago
- 基于C++的集群聊天服务器☆82Sep 22, 2022Updated 3 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Jul 31, 2019Updated 6 years ago
- 基于C++11的muduo网络库☆120Mar 20, 2021Updated 5 years ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆15Sep 12, 2022Updated 3 years ago
- 一个基于muduo库的rpc分布式微服务框架☆17Jul 13, 2022Updated 3 years ago
- Linux多线程服务端编程[muduo C++网络库]☆588Sep 9, 2021Updated 4 years ago
- C++11版本muduo网络库 除去了对boost库的依赖☆243Oct 14, 2022Updated 3 years ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- 基于C++实现的RPC分布式网络通信框架☆26Mar 30, 2022Updated 3 years ago
- 不基于Boost的muduo库C++实现源码☆10May 28, 2021Updated 4 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Dec 11, 2020Updated 5 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆89May 10, 2022Updated 3 years ago
- 学习muduo网络库的一些笔记☆125Sep 27, 2020Updated 5 years ago
- C++分布式网络通信框架(RPC)☆21May 19, 2023Updated 2 years ago
- 使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注 册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 M…☆122Feb 4, 2021Updated 5 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,640Dec 8, 2023Updated 2 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Sep 12, 2017Updated 8 years ago
- 基于muduo、protobuf、zookeeper的rpc实现☆53Aug 15, 2022Updated 3 years ago
- 集群分布式网络通信框架,基于protobuf、muduo库开发☆61Jul 30, 2020Updated 5 years ago
- 根据夏曹俊老师的课程,整理出来的demo☆10Aug 19, 2019Updated 6 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Nov 19, 2018Updated 7 years ago
- 参考自muduo库,多reactor模拟Proactor模式的C++ linux高性能服务器☆26Nov 24, 2020Updated 5 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆76Aug 23, 2019Updated 6 years ago
- 基于C++和epoll 实现的聊天室☆164Aug 11, 2020Updated 5 years ago
- 使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。☆753Feb 23, 2023Updated 3 years ago
- A distributed service governance framework. 分布式服务治理框架☆434Mar 31, 2024Updated last year
- kimgbo是muduo网络库的重构版本☆136Feb 5, 2018Updated 8 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- 高性能博客系统☆30Aug 20, 2019Updated 6 years ago
- 前后一体化博客系统☆18Nov 3, 2021Updated 4 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆85Apr 23, 2022Updated 3 years ago
- C++ Linux WebServer服务器☆4,056Dec 2, 2023Updated 2 years ago
- 学习muduo库☆14Oct 4, 2022Updated 3 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,408Mar 5, 2024Updated 2 years ago
- 自己实现一个muduo库:记录一下学习muduo库以及C++11的过程。☆16Sep 27, 2022Updated 3 years ago