guoxuanhan / NetServer
本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的http服务器和一个回声服务器,其中http解析和get方法请求,目前支持静态资源访问,支持http长连接;
☆15Updated 3 years ago
Alternatives and similar repositories for NetServer
Users that are interested in NetServer are comparing it to the libraries listed below
Sorting:
- 基于muduo、protobuf、zookeeper的rpc实现☆43Updated 2 years ago
- 基于C++11实现的多线程网络库。内部实现有 HTTP 服务器,KV轻量级数据库等,目标是实现分布式存储服务。☆8Updated 2 years ago
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆63Updated 2 years ago
- 学习muduo网络库的一些笔记☆110Updated 4 years ago
- 📚一个三级缓存的高并发内存池☆57Updated 6 years ago
- 【muduo 源码解析】☆48Updated 3 years ago
- LightSE基于Linux 平台、C/C++语言实现。该项目是一个用于网页查询 的轻量级搜索引擎。实现了从爬取网页,处理网页,显示结果等整个搜索引擎的流程。☆62Updated 4 years ago
- 基于muduo网络库的集群聊天服务器☆95Updated 4 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆72Updated 6 years ago
- 一款高性能的后端分布式服务器网络框架☆29Updated last month
- 一个基于协程的异步网络库☆112Updated 3 years ago
- 基于C++11的muduo网络库☆106Updated 4 years ago
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆278Updated 4 years ago
- c++ rpc framework, simplified version of tinyrpc。☆240Updated last year
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆82Updated 3 years ago
- Maintenance Stopped! Refer to a much better designed repo that is similar: https://github.com/GeniusDai/cppev☆63Updated 2 years ago
- CPP面试修炼