参考自muduo库,多reactor模拟Proactor模式的C++ linux高性能服务器
☆26Nov 24, 2020Updated 5 years ago
Alternatives and similar repositories for myWebServer
Users that are interested in myWebServer 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++实现的RPC分布式网络通信框架☆26Mar 30, 2022Updated 4 years ago
- 基于muduo网络库Reactor模型的集群聊天源码☆27Feb 21, 2022Updated 4 years ago
- ☆11Jun 13, 2021Updated 5 years ago
- C++高性能网络服务器☆78Apr 18, 2026Updated 2 months ago
- A webserver developed using modern c++☆46Dec 19, 2019Updated 6 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 5 years ago
- 一个小型操作系统的学习与实现☆10Feb 18, 2021Updated 5 years ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 4 years ago
- Source for blog post demonstrating the difference between a proactor and reactor☆10May 1, 2017Updated 9 years ago
- 基于 Python 的桌面音乐软件 | 爬虫搜索、在线播放、下载收藏、热门排行、数据可视化分析,Tkinter GUI + MySQL☆24Apr 1, 2026Updated 2 months ago
- 使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 M…☆126Feb 4, 2021Updated 5 years ago
- [c++]使用boost.asio写的简单内存键值对缓存☆11Jul 31, 2017Updated 8 years ago
- 基于C++11多线程主从Reactor模式的Web高性能服务器☆24Mar 6, 2021Updated 5 years ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆58Apr 29, 2023Updated 3 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 通过 OpenClaw 聊天对话调用本机 Cursor Agent CLI,对项目进行深度代码分析、排查和诊断。☆71May 28, 2026Updated 3 weeks ago
- 基于muduo网络库的集群聊天服务器☆101Mar 20, 2021Updated 5 years ago
- 夏曹俊老师FFmpeg安卓流媒体播放器开发实战课程的课程资料☆18May 9, 2020Updated 6 years ago
- The Golang imeplentation of MVCC Hashmap☆13Nov 20, 2016Updated 9 years ago
- 一个基于muduo库的rpc分布式微服务框架☆17Jul 13, 2022Updated 3 years ago
- [Paper] Code for the EMNLP2023 (Findings) paper "Global Structure Knowledge-Guided Relation Extraction Method for Visually-Rich Document"☆17Dec 1, 2023Updated 2 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆90May 10, 2022Updated 4 years ago
- 基于跳表实现的键值型存储引擎☆12Jun 21, 2021Updated 4 years ago
- Libcovevent is a async-I/O library, but it provide APIs for sync style programming in C++.☆16Sep 27, 2018Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 结合protobuf,libev以及memcached线程池模型实现 RPC功能 (分布式负载均衡等)☆41Nov 18, 2017Updated 8 years ago
- 流量统计分析系统: 模拟真实日志,消费解析日志,得到一些统计数据,基于数据实现web的可视化展示☆11Aug 17, 2021Updated 4 years ago
- Cursor 令牌管理器,管理多账户,切换账户,重置机器码,清理对话记录☆43Dec 12, 2025Updated 6 months ago
- 基于 C++ 实现的 Etcd kv 存储系统☆15May 21, 2023Updated 3 years ago
- ☆18Sep 29, 2020Updated 5 years ago
- ☆13Dec 7, 2022Updated 3 years ago
- ☆11Jun 4, 2021Updated 5 years ago
- This is the final project of 2020 DBMS course in SYSU☆10Jun 23, 2020Updated 5 years ago
- 🚀🚀🚀基于自定义网络协议实现分布式kv存储☆18Feb 23, 2022Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 分布式kv存储☆10Sep 8, 2020Updated 5 years ago
- 集群分布式网络通信框架,基于protobuf、muduo库开发☆62Jul 30, 2020Updated 5 years ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆15Sep 12, 2022Updated 3 years ago
- ☆15Mar 11, 2023Updated 3 years ago
- ☆15Dec 28, 2023Updated 2 years ago
- 《C++新经典:对象模型》笔记☆26Mar 26, 2022Updated 4 years ago
- 本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的http服务器和一个回声服务器,其中http解析和get方法请求,目前支持静态资源访问,支持http长连接;☆15Jul 14, 2021Updated 4 years ago