Linux下的一个C++轻量级Web服务器,在完善自带的KV存储引擎之后提供分布式的存储服务
☆33Jan 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++技术栈,并结合 Docker、gRPC、Protocol Buffers等工具和框架的分布式Linux性能分析监控系统。通过模块化的设计,该项目旨在实现对分布式Linux 系统的性能监控和分析。☆21Nov 4, 2023Updated 2 years ago
- A lightweight key-value storage engine based on skip list.|| 基于C++11的轻量级KV存储引擎☆23Mar 13, 2024Updated 2 years ago
- 视频监控系统的服务器端☆13Mar 3, 2016Updated 10 years ago
- 使用了线程池,通过epoll实现的Proctor版本的web服务器。参考了游双老师的《Linux高性能服务器编程》以及牛客网的《Linux高并发服务器开发》课程。在自己复现的基础上进行模块的整合并添加一些小更改。所有代码拥有完备的注释。☆16Oct 31, 2025Updated 5 months ago
- 桌面天气预报(基于Qt5,代码结构清晰并含有详细注释)☆11Jul 29, 2023Updated 2 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- S3 automatic lossless image compression☆10Aug 28, 2015Updated 10 years ago
- TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!☆159Aug 20, 2021Updated 4 years ago
- ☆19Feb 12, 2025Updated last year
- 用于学习“从零开始重写sylar C++高性能分布式服务器框架“,添加了很多注解和文档方便学习☆12Feb 28, 2024Updated 2 years ago
- FastDFS+nginx+FastCGi+mysql,其主要利用ngnix反向代理服务器,接收并处理用户的请求,使用FastCGI+spawn-fcgi配合nginx工作,MySQL存储文件的信息,fastDFS作为分布式文件存储服务器。☆14Sep 9, 2020Updated 5 years ago
- 基于 C++ 实现的 Etcd kv 存储系统☆14May 21, 2023Updated 2 years ago
- 极客时间《网络编程》epoll 主从反应堆模式 部分的代码☆10May 10, 2020Updated 5 years ago
- 基于云服务器的TCP网络聊天室【客户端Qt5.6开发、后台服务器多进程实现、Mysql数据库管理用户信息】☆23Oct 23, 2019Updated 6 years ago
- 2024届求职-C++后端-学习笔记-操作系统、计算机网络、C++语言+算法☆13Oct 31, 2023Updated 2 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.
- ModelarDB: Model-Based Time Series Management from Edge to Client☆21Updated this week
- 一个基于LSM树的单机KV存储引擎☆12Aug 15, 2023Updated 2 years ago
- 基于跳表的KV存储引擎☆10May 30, 2022Updated 3 years ago
- A high-performance mqtt server(broker) implemented using C++20 asio coroutine☆17Jun 27, 2025Updated 9 months ago
- CMU15445-2021-FALL的实源原理讲解及笔记(已完结)☆187Aug 24, 2022Updated 3 years ago
- Demo of XOR erasure coding.☆10Mar 5, 2017Updated 9 years ago
- unrolled skip list library for C☆22May 25, 2019Updated 6 years ago
- linux 核心模組, 使用 netfilter IPv4 hook 監聽和分析 DNS 請求和回應封包.☆14Oct 25, 2018Updated 7 years ago
- A simple implementation of the write-optimized Bε Tree 🌳 - for MIT 6.854 (Advanced Algorithms).☆26Dec 27, 2019Updated 6 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- “韩顺平循序渐进学Java”课程笔记☆14Jul 28, 2024Updated last year
- "FastSAM_Awsome_Openvino" 项目展示了如何通过 OpenVINO 框架高效部署 FastSAM 模型,实现了令人瞩目的实例分割功能。该项目提供了 C++ 版本和 Python 版本两种实现,为开发者提供了在不同语言环境下使用 FastSAM 模型的选…☆38Dec 13, 2023Updated 2 years ago
- A kernel module that modify incoming ICMP packets destination IP.☆11Oct 26, 2022Updated 3 years ago
- ☆10May 26, 2023Updated 2 years ago
- 基于pytorch_rnn的古诗词生成☆11Oct 24, 2021Updated 4 years ago
- Erasure code library for Erlang☆12Sep 5, 2024Updated last year
- 中科大软院形式化方法(华保健老师)☆19Mar 28, 2022Updated 4 years ago
- C++ version of MIT6.824☆19Apr 28, 2024Updated last year
- 实现Web网络框架(包含线程模块、协程模块、日志模块 、SocketIO模块、Http模块)☆10Oct 25, 2023Updated 2 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- A pure-Python implementation of Basho's bitcask key-value store.☆12Jun 24, 2016Updated 9 years ago
- using yolov5 to detect whether people fall down or not☆11May 9, 2023Updated 2 years ago
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 2 years ago
- ☆20Jun 5, 2014Updated 11 years ago
- This project aims to build a traveling recommendation application using Google Places API and OpenAI LLM.☆11Mar 19, 2024Updated 2 years ago
- 李建忠老师的C++设计模式讲义与源码,个人对设计模式的再次探究,笔记参考https://www.yuque.com/barret/snelnn☆32Oct 13, 2020Updated 5 years ago
- an implementation of a lsmtree☆11Feb 18, 2023Updated 3 years ago