在linux下基于《Linux高性能服务器编程》和tinyhttpd扩展实现的C++轻量级HttpServer,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。项目有详细中文注释,适合新手入门!
☆71Jul 14, 2021Updated 5 years ago
Alternatives and similar repositories for TinyHttpd
Users that are interested in TinyHttpd are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆22May 5, 2020Updated 6 years ago
- A tiny web server based on libuv, can accept Socket,WebSocket,or http protocol,and set callBack func's 一个基于libuv的小型Web服务器,可以接受Socket,WebS…☆35Jul 29, 2024Updated last year
- 我参加19年网龙公司线上训练营的项目。我将在一个月的时间内,通过完成一个个阶段性任务,快速入门C++和U3D。☆28Jan 13, 2020Updated 6 years ago
- 基于c++实现的raft算法☆20Mar 21, 2022Updated 4 years ago
- 校医院远程诊断系统☆14Apr 21, 2023Updated 3 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆48Aug 30, 2022Updated 3 years ago
- epoll内核源码详解剖析,揭开epoll的神秘面纱☆18Apr 2, 2019Updated 7 years ago
- 一个简单的muduo库,用来练手☆13Mar 17, 2019Updated 7 years ago
- 在RK3588上实现的yolov5+sort目标检测与跟踪(c++版本)☆13May 28, 2024Updated 2 years ago
- 内网穿透及端口转发工具☆10Apr 7, 2022Updated 4 years ago
- 赵炯老师版本的注释版Linux内核源码☆10Oct 18, 2018Updated 7 years ago
- 一次对Tinyhttpd完整的精读,注释,测试☆162Mar 25, 2024Updated 2 years ago
- 这是一个用C++11编写的高性能静态网页服务器 涵盖C++使用的方方面面 C++ 多线程 makefile CMakeList 信号量 互斥锁 智能指针☆25Jul 29, 2019Updated 6 years ago
- 树莓派4B的项目☆13Apr 14, 2021Updated 5 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- Linux下高性能服务器,详细梳理后台各个知识点☆32Jun 7, 2020Updated 6 years ago
- 基于c++ muduo网络库的集群聊天服务器,使用nginx实现负载均衡,使用reids消息队列实现跨服务器通信☆13Feb 23, 2024Updated 2 years ago
- 开源项目的源码分析☆148Jan 18, 2017Updated 9 years ago
- ☆10Feb 10, 2026Updated 5 months ago
- We propose a novel deep unfolded phase retrieval network dubbed as PRNet to recover high-quality images by using the learned convolutiona…☆11Feb 16, 2022Updated 4 years ago
- 基于qt的文件共享系统,类似百度网盘☆14Apr 10, 2019Updated 7 years ago
- RK3588上实现车辆车牌检测,并输出4个点的landmark,车牌颜色和车牌识别☆20Jun 7, 2024Updated 2 years ago
- 智能排课算法☆12Oct 12, 2018Updated 7 years ago
- 基于Qt的C++项目,实现了网盘的基础功能,包括注册登录、好友系统、私聊群聊、文件操作、分享文件等功能,实现了网络通信、多线程等。☆318Jul 29, 2024Updated last year
- 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.
- The most trivial virtual machine that can run a few x86 machine code instructions.☆27Feb 8, 2017Updated 9 years ago
- A virtio layer for xv6☆12Apr 16, 2019Updated 7 years ago
- c/c++ projects for you! some projects for you to practice your programming skills which used C or CPP, you can use other programming lang…☆12Oct 24, 2020Updated 5 years ago
- upx静态脱壳机源码☆18Oct 21, 2018Updated 7 years ago
- 学习muduo网络库的一些笔记☆127Sep 27, 2020Updated 5 years ago
- c、c++ http client☆17Dec 31, 2015Updated 10 years ago
- 个人博客,希望大佬们提issue☆15Jul 17, 2020Updated 6 years ago
- golang学习笔记☆24Aug 19, 2020Updated 5 years ago
- 基于IJKPlayer 高度封装 直接集成(基于ffmpeg的iOS平台SDK)☆17Sep 29, 2018Updated 7 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- ☆10Sep 3, 2019Updated 6 years ago
- DMN+ 模型的PyTorch 实现(中文数据集)☆19Feb 20, 2019Updated 7 years ago
- 一个简易的c++高并发http服务器,并提供servlet接口☆59Apr 27, 2023Updated 3 years ago
- DeviceIO是一个驱动框架,用于封装嵌入式HAL驱动,为上层应用提供服务。☆10Jun 1, 2024Updated 2 years ago
- 服务端负载均衡, 提供文件的秒传,支持断点续传,对重复文件进行了空间优化, 所有相同的文件只占用一份存储空间。☆11Jun 17, 2017Updated 9 years ago
- 基于LINUX系统终端安全监控,包括系 统资源,运行进程,文件系统,危险命令,网络连接,控制台登录等等☆11Jan 8, 2019Updated 7 years ago
- ☆16Sep 11, 2021Updated 4 years ago