基于muduo、protobuf、zookeeper的rpc实现
☆57Aug 15, 2022Updated 4 years ago
Alternatives and similar repositories for rpc
Users that are interested in rpc are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于muduo+protobuf+zookeeper的一个rpc分布式网络通信框架☆15May 31, 2023Updated 3 years ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆14Sep 12, 2022Updated 4 years ago
- C++11 RPC framework Unfinished☆38Jan 20, 2024Updated 2 years ago
- 本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的http服务器和一个回声服务器,其中http解析和get方法请求,目前支持静态资源访问,支持http长连接;☆16Jul 14, 2021Updated 5 years ago
- C++实现的 小型rpc框架,帮助构建分布式rpc服务☆69Jan 6, 2023Updated 3 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- 基于C++的集群聊天服务器☆86Sep 22, 2022Updated 3 years ago
- c++ rpc framework☆45Jul 10, 2023Updated 3 years ago
- 多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发…☆12May 26, 2021Updated 5 years ago
- RPC远程调用框架☆25Apr 18, 2021Updated 5 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆85Apr 23, 2022Updated 4 years ago
- C++ Development Tips☆15Oct 25, 2023Updated 2 years ago
- A high-performance minimalist KV database.☆15May 6, 2023Updated 3 years ago
- 学习muduo网络库的一些笔记☆128Sep 27, 2020Updated 5 years ago
- C++ implement of rpc framework☆24Jul 9, 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.
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨