awei-lwj / TinyWebServer
Linux下的一个C++轻量级Web服务器,在完善自带的KV存储引擎之后提供分布式的存储服务
☆24Updated 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 2 years ago
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆61Updated 2 years ago
- 基于muduo网络库的集群聊天服务器☆93Updated 4 years ago
- TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!☆149Updated 3 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆83Updated 2 years ago
- A TinyWebServer implemented inC++11.☆201Updated 11 months ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆49Updated last year
- 可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现☆241Updated 3 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆70Updated 6 years ago
- 牛客网Linux高并发服务器开发☆125Updated 3 years ago
- Linux C++ Web 文件服务器☆242Updated 11 months ago
- LightSE基于Linux 平台、C/C++语言实现。该项目是一个用于网页查询的轻量级搜索引擎。实现了从爬取网页,处理网页,显示结果等整个搜索引擎的流程。☆61Updated 4 years ago
- 使用C++实现KV存储引擎。☆18Updated 3 years ago
- 基 于muduo、protobuf、zookeeper的rpc实现☆42Updated 2 years ago
- 基于C++的集群聊天服务器☆55Updated 2 years ago
- C++实现的简单http服务器(进程池+epoll)☆94Updated 6 years ago
- 使用了线程池,通过epoll实现的Proctor版本的web服务器。参考了游双老师的《Linux高性能服务器编程》以及牛客网的《Linux高并发服务器开发》课程。在自己复现的基础上进行模块的整合并添加一些小更改。所有代码拥有完备的注释。☆16Updated last year
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆81Updated 2 years ago
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆270Updated 4 years ago
- Maintenance Stopped! Refer to a much better designed repo that is similar: https://github.com/GeniusDai/cppev☆61Updated 2 years ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆41Updated 2 years ago
- c++ rpc framework, simplified version of tinyrpc。☆236Updated last year
- C++ 集群聊天服务器☆39Updated 9 months ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 2 years ago
- 基于分布式的集群聊天系统☆44Updated 3 years ago
- 大并发服务器课程源代码☆121Updated 4 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆58Updated 7 years ago
- CMU15445-2021-FALL的实源原理讲解及笔记(已完结)☆177Updated 2 years ago
- C++后台开发面试经验☆177Updated 4 years ago
- 《Linux 高性能服务器编程》和《Linux多线程服务端编程:使用muduo C++网络库》的笔记和源码,以及两个轻量级服务器的项目代码☆324Updated 4 years ago