chenlong-cxy / standard-project
some standard project
☆11Updated 2 years ago
Alternatives and similar repositories for standard-project:
Users that are interested in standard-project are comparing it to the libraries listed below
- 基于muduo网络库的集群聊天服务器☆94Updated 4 years ago
- 基于C++的集群聊天服务器☆58Updated 2 years ago
- 基于C++11的muduo网络库☆105Updated 4 years ago
- 学习muduo网络库的一些笔记☆108Updated 4 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆69Updated 5 years ago
- RPC远程调用框架☆26Updated 4 years ago
- C++11版本muduo网络库 除去了对boost库的依赖☆226Updated 2 years ago
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆63Updated 2 years ago
- 使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 M…☆117Updated 4 years ago
- 【muduo 源码解析】☆48Updated 2 years ago
- 大并发服务器课程源代码☆121Updated 4 years ago
- 基于C++使用 epoll + threadpool 实现的 webServer,支持GET、POST☆44Updated 6 years ago
- 基于分布式的集群聊天系统☆44Updated 3 years ago
- c++11 Server based on coroutine and reactor☆107Updated 3 years ago
- TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!☆150Updated 3 years ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆42Updated 2 years ago
- 📚一个三级缓存的高并发内存池☆57Updated 6 years ago
- C++ High Performance HTTP WebServer☆74Updated 4 years ago
- 可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现