C++实现的高性能Web服务器,One Loop Per Thread方式,采用Reactor模式 + 非阻塞I/O复用 + 线程池实现高并发。
☆17Aug 11, 2019Updated 7 years ago
Alternatives and similar repositories for HttpServer
Users that are interested in HttpServer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 2017春季MIT分布式系统课程实验☆18Mar 31, 2020Updated 6 years ago
- 💻 High-performance multi-thread web server written by C++☆31Jul 29, 2019Updated 7 years ago
- C语言实现封装的服务器框架,多进程+单线程+libevent+openssl+ORMSQL☆10Jul 30, 2019Updated 7 years ago
- 类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务暴露;兼容dubbo标准协议☆22Aug 3, 2017Updated 9 years ago
- Linux Command Line☆10Feb 12, 2019Updated 7 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- just like the shell command ls, which is realized by C.☆14Dec 29, 2011Updated 14 years ago
- ☆14May 12, 2021Updated 5 years ago
- upx静态脱壳机源码☆18Oct 21, 2018Updated 7 years ago
- ☆11Nov 6, 2022Updated 3 years ago
- 一个C++编写的Web服务器,使用JSON配置文件,支持静态请求和 PHP 文件,实现了 GET、POST 等基本请求。☆21Mar 2, 2019Updated 7 years ago
- 一个简单的muduo库,用来练手☆13Mar 17, 2019Updated 7 years ago
- Reduce Dynamic Analysis Detection Rates With Built-In Unhooker, Anti Analysis Techniques, And String Obfuscator Modules.☆21Dec 21, 2022Updated 3 years ago
- GoS Scripts☆14May 9, 2024Updated 2 years ago
- Unix Network Programming Volume 2:IPC☆13Oct 29, 2015Updated 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.
- C++ game hack for Counter-Strike: Source. It was coded for the "Orange Box" update.☆16Sep 5, 2014Updated 12 years ago
- RocksDB/LevelDB inspired key-value database in Go☆10Nov 3, 2020Updated 5 years ago
- LoadLibrary, GetModuleHandle and GetProcAddress calls for remote processes☆21Oct 15, 2014Updated 11 years ago
- 分布式集群监控系统☆22Mar 29, 2017Updated 9 years ago
- update from lennylxx/ipv6-hosts☆11Aug 3, 2018Updated 8 years ago
- Bypassing ETW with Csharp☆27Oct 28, 2021Updated 4 years ago
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端 连接任务管理,支持高并发的静态与动态http请求。☆23May 5, 2020Updated 6 years ago
- ShellCode 解释器 (样例),无可执行权限加载 ShellCode (点点 Star,非常感谢!)☆29Mar 7, 2025Updated last year
- Example of an ELF parser to learn about the ELF format☆11Oct 6, 2024Updated last year
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- CSGO ESP, Web Radar and Grenade helper using kernel hook for km-um communication☆21Jun 17, 2021Updated 5 years ago
- 用C++开发web服务器框架☆31Jul 24, 2021Updated 5 years ago
- Sample application for C++ http server☆28Mar 29, 2022Updated 4 years ago
- ☆24Oct 19, 2025Updated 11 months ago
- Keyauth Loader + Kernel Injector☆27Jun 7, 2024Updated 2 years ago
- Terribly incorrect and incomplete AOT compiler for mRuby. Source code for the LLVM Social Berlin #20☆10Aug 25, 2022Updated 4 years ago
- Counter-Strike: Source hack for GNU/Linux and Windows☆25Jun 21, 2026Updated 3 months ago
- Some exercises and mini projects like miniFtpd about unix network programming☆20Nov 21, 2017Updated 8 years ago
- PPT of my talks.☆13Jun 23, 2025Updated last year
- 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.
- ICSE 2025: Fuzzing MLIR compilers with Custom Mutation Synthesis☆15Jul 22, 2025Updated last year
- 使用C++11完成的Web服务器☆36Nov 28, 2019Updated 6 years ago
- 叶其孝等翻译,高等教育出版社 《托马斯微积分》第10版 习题解答以及学习感悟☆14Dec 8, 2013Updated 12 years ago
- A high performance HTTP server based on c++☆109Sep 23, 2019Updated 7 years ago
- Yet Another Shared Preference☆16May 6, 2018Updated 8 years ago
- 我们在做应用开发的时候,一个Activity里面可能会以viewpager(或其他容器)与多个Fragment来组合使用,而如果每个fragment都需要去加载数据,或从本地加载,或从网络加载,那么在这个activity刚创建的时候就变成需要初始化大量资源。这样的结果,我们…☆10Dec 10, 2016Updated 9 years ago
- 基于C++使用 epoll + threadpool 实现的 webServer,支持GET、POST☆49Nov 27, 2018Updated 7 years ago