awei-lwj / TinyWebServer
Linux下的一个C++轻量级Web服务器,在完善自带的KV存储引擎之后提供分布式的存储服务
☆23Updated 2 years ago
Alternatives and similar repositories for TinyWebServer:
Users that are interested in TinyWebServer are comparing it to the libraries listed below
- 基于C++11实现的多线程网络库。内部实现有 HTTP 服务器,KV轻量级数据库等,目标是实现分布式存储服务。☆8Updated last year
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆57Updated 2 years ago
- 基于muduo网络库的集群聊天服务器☆92Updated 3 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆85Updated 2 years ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆37Updated 2 years ago
- Linux C++ Web 文件服务器☆224Updated 8 months ago
- 基于C++的集群聊天服务器☆52Updated 2 years ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆49Updated last year
- C++实现的简单http服务器(进程池+epoll)☆94Updated 6 years ago
- TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!☆148Updated 3 years ago
- A TinyWebServer implemented inC++11.☆199Updated 9 months ago
- 基于分布式的集群聊天系统☆42Updated 3 years ago
- 可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现☆222Updated 3 years ago
- LightSE基于Linux 平台、C/C++语言实现。该项目是一个用于网页查询的轻量级搜索引擎。实现了从爬取网页,处理网页,显示结果等整个搜索引擎的流程。☆59Updated 4 years ago
- 此项目是基于 Linux 轻量级多线程的 Web 服务器,应用层实现了一个简单的 HTTP 服务器,支持静态资源的访问 与动态消息的回显。☆41Updated 2 years ago
- 使用C++实现KV存储引擎。☆18Updated 3 years ago
- 基于muduo、protobuf、zookeeper的rpc实现☆39Updated 2 years ago
- C++ High Performance HTTP WebServer☆74Updated 3 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 2 years ago
- c++11 Server based on coroutine and reactor☆107Updated 3 years ago
- 大并发服务器课程源代码☆121Updated 4 years ago
- Maintenance Stopped! Refer to a much better designed repo that is similar: https://github.com/GeniusDai/cppev☆58Updated 2 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆69Updated 5 years ago
- C++分布式网络通信框架(RPC)☆14Updated last year
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆254Updated 4 years ago
- 一个在Linux环境下C++开发的轻量级、高性能、高并发的web服务器。☆66Updated last year
- c++ rpc framework, simplified version of tinyrpc。☆225Updated 11 months ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆80Updated 2 years ago
- 《Linux 高性能服务器编程》和《Linux多线程服务端编程:使用muduo C++网络库》的笔记和源码,以及两个轻量级服务器的项目代码☆316Updated 4 years ago
- C++ 集群聊天服务器☆39Updated 7 months ago