在linux下基于《Linux高性能服务器编程》和tinyhttpd扩展实现的C++轻量级HttpServer,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。项目有详细中文注释,适合新手入门!
☆66Jul 14, 2021Updated 4 years ago
Alternatives and similar repositories for TinyHttpd
Users that are interested in TinyHttpd are comparing it to the libraries listed below
Sorting:
- 赵炯老师版本的注释版Linux内核源码☆10Oct 18, 2018Updated 7 years ago
- epoll内核源码详解剖析,揭开epoll的神秘面纱☆18Apr 2, 2019Updated 6 years ago
- 这是一个用C++11编写的高性能静态网页服务器 涵盖C++使用的方方面面 C++ 多线程 makefile CMakeList 信号量 互斥锁 智能指针☆26Jul 29, 2019Updated 6 years ago
- 一次对Tinyhttpd完整的精读,注释,测试☆161Mar 25, 2024Updated last year
- 学习muduo网络库的一些笔记☆123Sep 27, 2020Updated 5 years ago
- ☆10Feb 10, 2026Updated 3 weeks ago
- 基于pytorch_rnn的古诗词生成☆10Oct 24, 2021Updated 4 years ago
- “韩顺平循序渐进学Java”课程笔记☆13Jul 28, 2024Updated last year
- A tiny web server based on libuv, can accept Socket,WebSocket,or http protocol,and set callBack func's 一个基于libuv的小型Web服务器,可以接受Socket,WebS…☆36Jul 29, 2024Updated last year
- This is a phase retrieval approach for astronomical Shack-Hartmann wavefront sensor.☆11Nov 18, 2021Updated 4 years ago
- 内网穿透及端口转发工具☆10Apr 7, 2022Updated 3 years ago
- ☆10Sep 3, 2019Updated 6 years ago
- Stanford Computer Science Curriculum in 2021☆11Jun 21, 2021Updated 4 years ago
- A Mechanistic‑Interpretability study that finds the structural dynamics of Large Language Models under fine‑tuning.☆16May 30, 2025Updated 9 months ago
- cs142, web application☆11Jun 24, 2017Updated 8 years ago
- DEPRECATED: Element Hiding Helper extension for Adblock Plus☆11Dec 1, 2017Updated 8 years ago
- 基于c++ muduo网络库的集群聊天 服务器,使用nginx实现负载均衡,使用reids消息队列实现跨服务器通信☆11Feb 23, 2024Updated 2 years ago
- 一个简易的c++高并发http服务器,并提供servlet接口☆59Apr 27, 2023Updated 2 years ago
- 开源项目的源码分析☆149Jan 18, 2017Updated 9 years ago
- A NES emulator in Wa. 凹语言 NES 模拟器☆11Jun 15, 2025Updated 8 months ago
- jQuery Waiting provides a way to add and remove a loading indication (e.g. an AJAX spinner gif) with some useful options like positioning…☆24Jan 7, 2017Updated 9 years ago
- A Micro Kernel Operating System☆12Nov 23, 2019Updated 6 years ago
- 在RK3588上实现的yolov5+sort目标检测与跟踪(c++版本)☆12May 28, 2024Updated last year
- 基于LINUX系统终端安全监控,包括系统资源,运行进程,文件系统,危险命令,网络连接,控制台登录等等☆11Jan 8, 2019Updated 7 years ago
- ☆10May 26, 2022Updated 3 years ago
- DenseShuffleNet for Semantic Segmentation using Caffe for Cityscapes and Mapillary Vistas Dataset☆10Mar 21, 2018Updated 7 years ago
- ☆10Dec 10, 2022Updated 3 years ago
- 解压缩<时光印记>软件中的数据☆17Sep 24, 2021Updated 4 years ago
- Add color tags to files and folders on Mac OS X☆11Mar 16, 2025Updated 11 months ago
- 多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发…☆10May 26, 2021Updated 4 years ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆45Aug 30, 2022Updated 3 years ago
- 吉林大学软件学院2018级课程设计作业☆10Oct 12, 2020Updated 5 years ago
- ☆12Apr 22, 2024Updated last year
- 服务端负载均衡, 提供文件的秒传,支持断点续传,对重复文件进行了空间优化, 所有相同的文件只占用一份存储空间。☆11Jun 17, 2017Updated 8 years ago
- 实现Web网络框架(包含线程模块、协程模块、日志模块、SocketIO模块、Http模块)☆10Oct 25, 2023Updated 2 years ago
- LONGAGENT: Scaling Language Models to 128k Context through Multi-Agent Collaboration☆11Mar 11, 2024Updated last year
- My computer daily study notes☆11Mar 11, 2025Updated 11 months ago
- 国标28181视频推流客户端实现linux版本☆47May 22, 2022Updated 3 years ago
- C++并发编程实战(全书和源码)☆101Sep 24, 2021Updated 4 years ago