基于C++ Muduo网络库的集群聊天服务器项目
☆73Jul 31, 2019Updated 6 years ago
Alternatives and similar repositories for Cluster-Server-Chat
Users that are interested in Cluster-Server-Chat are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- C++大项目☆15Oct 18, 2019Updated 6 years ago
- 基于muduo网络库的集群聊天服务器☆101Mar 20, 2021Updated 5 years ago
- 基于C++的集群聊天服务器☆83Sep 22, 2022Updated 3 years ago
- 基于TCP协议的局域网内高性能文件传输系统源码☆50Jun 6, 2019Updated 6 years ago
- C++ 集群聊天服务器☆39Jun 28, 2024Updated last year
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆70Jun 5, 2017Updated 8 years ago
- ffplay from ffmpeg, with compile-time options to disable features☆10Apr 15, 2017Updated 8 years ago
- 脚本语言 , 解释器 (易用c++扩展 , 易嵌入到c++中)☆13Oct 13, 2015Updated 10 years ago
- cdn 解决最优网络流传输分配的服务器选点问题☆11Nov 11, 2018Updated 7 years ago
- 根据夏曹俊老师的课程,整理出来的demo☆10Aug 19, 2019Updated 6 years ago
- 一个单路口交通信号灯控制的SUMO环境demo☆13May 17, 2018Updated 7 years ago
- 根据哔哩哔哩全手敲, c++ 高并发服务器项目,目前还在进行中,不知道能不能 坚持做完这个项目!!!☆17Aug 19, 2020Updated 5 years ago
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆291Jun 14, 2020Updated 5 years ago
- 《TCP/IP网络编程》(韩-尹圣雨)学习笔记☆11Feb 25, 2019Updated 7 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- muduo v1.0.4的注释版☆92Sep 20, 2015Updated 10 years ago
- 网络云盘(简单的毕设项目)☆54Aug 19, 2020Updated 5 years ago
- 基于分布式的集群聊天系统☆48May 5, 2021Updated 4 years ago
- 前后一体化博客系统☆18Nov 3, 2021Updated 4 years ago
- 基于Libuv的跨平台通信框架, A cross-platform framework based on Libuv☆13Apr 8, 2021Updated 5 years ago
- kimgbo是muduo网络库的重构版本☆136Feb 5, 2018Updated 8 years ago
- linux下c/c++模拟实现云盘项目☆633Oct 2, 2021Updated 4 years ago
- Libco 源码分析☆30Dec 17, 2018Updated 7 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Sep 12, 2017Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 M…☆123Feb 4, 2021Updated 5 years ago
- libuv kcp☆17Feb 20, 2023Updated 3 years ago
- Linux棋牌游戏服务器框架,支持TCP、websocket、http、lua☆152Sep 11, 2022Updated 3 years ago
- 多进程(进程池)服务器☆13Aug 15, 2013Updated 12 years ago
- 可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现☆288Jul 28, 2021Updated 4 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 2 years ago
- 基于Muduo精简实现的Smuduo,在保留原有功能和特性(事件驱动的Reactor模式,非阻塞IO)的基础上,移除boost库依赖,大量使用C++11新特性.☆13Mar 6, 2018Updated 8 years ago
- A fast tcp/udp net lib, based on muduo + kcp. 一个快速的tcp/udp网络库, 基于 muduo + kcp .☆73May 28, 2020Updated 5 years ago
- 标签:c11 boost库 moba 最后一战 极其接近“王者荣耀”游戏 推荐理由:代码上使用了热度最高的c11方法和boost库,值得初学者学习。c++异步调用mysql redis http,封装了active驱动、定时器、对象池、ucore网络库等代表性…☆25Mar 20, 2019Updated 7 years ago
- Deploy open-source AI quickly and easily - Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 使用 epoll 实现多线程 Reactor 模式的 TCP server 框架。☆10Jul 1, 2019Updated 6 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Dec 11, 2020Updated 5 years ago
- 大并发服务器课程源代码☆302Jun 26, 2020Updated 5 years ago
- C、C++常见练习项目☆36Apr 18, 2020Updated 5 years ago
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆120Sep 13, 2018Updated 7 years ago
- 游戏服务器基础框架。☆22Jul 3, 2017Updated 8 years ago
- 一个简单的muduo库,用来练手☆13Mar 17, 2019Updated 7 years ago