Linux下的一个C++轻量级Web服务器,在完善自带的KV存储引擎之后提供分布式的存储服务
☆32Jan 19, 2023Updated 3 years ago
Alternatives and similar repositories for TinyWebServer
Users that are interested in TinyWebServer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 使用C++实现KV存储引擎。☆25Jul 21, 2021Updated 5 years ago
- A lightweight key-value storage engine based on skip list.|| 基于C++11的轻量级KV存储引擎☆23Mar 13, 2024Updated 2 years ago
- 基于LanceNet构建的一个云会议系统,支持聊天 ,文件发送,视频会议等☆25Sep 10, 2023Updated 2 years ago
- 使用了线程池,通过epoll实现的Proctor版本的web服务器。参考了游双老师的《Linux高性能服务器编程》以及牛客网的《Linux高并发服务器开发》课程。在自己复现的基础上进行模块的整合并添加一些小更改。所有代码拥有完备的注释。☆15Oct 31, 2025Updated 10 months ago
- 视频监控系统的服务器端☆13Mar 3, 2016Updated 10 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 桌面天气预报(基于Qt5,代码结构清晰并含有详细注释)☆11Jul 29, 2023Updated 3 years ago
- WeChat 聊天系统是一个基于分布式架构的即时通讯应用,包含服务器集群和跨平台客户端。该系统模仿了微信的核心功能,采用现代C++技术栈构建,支持用户注册、登录、好友管理、即时消息通信等功能。项目采用微服务架构设 计,确保系统的高可用性、可扩展性和可维护性。☆17May 27, 2026Updated 3 months ago
- S3 automatic lossless image compression☆10Aug 28, 2015Updated 11 years ago
- TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!☆160Aug 20, 2021Updated 5 years ago
- 用于学习“从零开始重写sylar C++高性能分布式服务器框架“,添加了很多注解和文档方便学习☆12Feb 28, 2024Updated 2 years ago
- 基于 C++ 实现的 Etcd kv 存储系统☆15May 21, 2023Updated 3 years ago
- 基于跳表的KV存储引擎☆10May 30, 2022Updated 4 years ago
- 极客时间《网络编程》epoll 主从反应堆模式 部分的代码☆10May 10, 2020Updated 6 years ago
- 基于云服务器的TCP网络聊天室【客户端Qt5.6开发、后台服务器多进程实现、Mysql数据库管理用户信息】☆23Oct 23, 2019Updated 6 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ModelarDB: Model-Based Time Series Management from Edge to Client☆22Updated this week
- 一个基于LSM树的单机KV存储引擎☆12Aug 15, 2023Updated 3 years ago
- 2024届求职-C++后端-学习笔记-操作系统、计算机网络、C++语言+算法☆13Oct 31, 2023Updated 2 years ago
- A high-performance mqtt server(broker) implemented using C++20 asio coroutine☆18Jun 27, 2025Updated last year
- A simple implementation of the write-optimized Bε Tree 🌳 - for MIT 6.854 (Advanced Algorithms).☆25Dec 27, 2019Updated 6 years ago
- unrolled skip list library for C☆22May 25, 2019Updated 7 years ago
- 从零开始创建一个支持负载均衡的Reactor模式网络库,支持linux平台的三种IO 复用,并基于此构建了多个有趣的应用,包括经过高度优化实现的高并发的Echo服务,使用消息反射技术实现的聊天服务等,云会议室等,参见【Apps】☆13Aug 24, 2023Updated 3 years ago
- Demo of XOR erasure coding.☆10Mar 5, 2017Updated 9 years ago
- 交互式图像分割、图像实例分割代码合集☆15Jul 27, 2021Updated 5 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- linux 核心模組, 使用 netfilter IPv4 hook 監聽和分析 DNS 請求和回應封包.☆14Oct 25, 2018Updated 7 years ago
- “韩顺平循序渐进学Java”课程笔记☆15Jul 28, 2024Updated 2 years ago
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 3 years ago
- "FastSAM_Awsome_Openvino" 项目展示了如何通过 OpenVINO 框架高效部署 FastSAM 模型,实现了令人瞩目的实例分割功能。该项目提供了 C++ 版本和 Python 版本两种实现,为开发者提供了在不同语言环境下使用 FastSAM 模型的选…☆38Dec 13, 2023Updated 2 years ago
- A small Key-Value storage engine written in C++.☆108Feb 17, 2023Updated 3 years ago
- ☆10May 26, 2023Updated 3 years ago
- an implementation of a lsmtree☆11Feb 18, 2023Updated 3 years ago
- Linux下高性能服务器,详细梳理后台各个知识点☆32Jun 7, 2020Updated 6 years ago
- [TIP2020] ICNet: Information Conversion Network for RGB-D Based Salient Object Detection☆16Nov 17, 2023Updated 2 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.
- Erasure code library for Erlang☆12Sep 5, 2024Updated last year
- 实现Web网络框架(包含线程模块、协程模块、日志模块、SocketIO模块、Http模块)☆10Oct 25, 2023Updated 2 years ago
- 中科大软院形式化方法(华保健老师)☆19Mar 28, 2022Updated 4 years ago
- 使用Qt开发的桌面端仿微信应用☆15Jun 6, 2023Updated 3 years ago
- 李建忠老师的C++设计模式讲义与源码,个人对设计模式的再次探究,笔记参考https://www.yuque.com/barret/snelnn☆32Oct 13, 2020Updated 5 years ago
- ☆14Jan 2, 2023Updated 3 years ago
- 基于ucontext实现的C++协程库☆18Jul 27, 2018Updated 8 years ago