Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
-
Updated
Jun 5, 2026 - C++
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
a non-blocking I/O tcp network lib based on c++14/17
🍔 c++11 Server based on coroutine and reactor
A Qt6.5 application for seamless management and control of various devices, including Cognex vision systems, Domino printers, PLC devices, and Baumer cameras, along with HTTP API and MySQL database interaction tools.
Dual-core audio library with RP2040 for Arduino IDE and PlatformIO
基于Muduo精简实现的Smuduo,在保留原有功能和特性(事件驱动的Reactor模式,非阻塞IO)的基础上,移除boost库依赖,大量使用C++11新特性.
Nginx 2.0 is a high-performance, non-blocking web server that leverages event-driven architecture. Inspired by the original Nginx, it is further optimized with cross-platform I/O multiplexing to deliver exceptional efficiency and scalability.
Projet de développement d’un serveur IRC en C++98, suivant les standards du protocole IRC. Le serveur supporte plusieurs connexions simultanées, des opérations non bloquantes, et permet aux clients de rejoindre des canaux, d’envoyer des messages privés, et de gérer des opérateurs de canaux.
webserv — A lightweight HTTP/1.1 web server written in C++. 42 school project.
HTTP server in c++ 98 Standard
Implementing core functions of Redis(in-memory database) in C/C++
A custom HTTP web server built in C++ as part of the 42 curriculum 🚀, designed to handle real-world web interactions by serving both static and dynamic content through CGI while showcasing low-level networking, process management, and efficient I/O 🌐⚙️
It's time that we built our own HTTP web-server in c++98!
because reinventing the wheel is an option
HTTP/1.1 compliant web server built from scratch in C++98. Features non-blocking I/O, CGI support, and handles multiple clients concurrently without threading.
A software-simulated IoT microproject for an Anti-Sleep Driver Alert System. Built and runnable on Wokwi, it features a smart fatigue scoring engine tracking simulated eye blinks, vehicle speed scaling, and real I2C head-tilt data using an MPU6050 accelerometer with a 3-level alert routine.
A lightweight HTTP server in C++98 inspired by NGINX, supporting multiple clients, CGI, and custom configuration.
C++ ile HTTP/1.1 destekli web sunucusu implementasyonu.
Custom HTTP/1.1 web server in C++98 with CGI support, virtual servers, file upload, autoindex, and event-driven architecture using poll()
HTTP/1.1 web server implementation in C++98 with non-blocking I/O, CGI support, and NGINX-style configuration. Handles multiple simultaneous connections using poll(), supports GET/POST/DELETE methods, virtual hosts, file uploads, and custom error pages.
Add a description, image, and links to the non-blocking-io topic page so that developers can more easily learn about it.
To associate your repository with the non-blocking-io topic, visit your repo's landing page and select "manage topics."