cgi
Here are 73 public repositories matching this topic...
-
Updated
Sep 20, 2025 - C++
This project is about writing your ow HTTP server. You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website
-
Updated
Sep 6, 2025 - C++
This project is about writing my own HTTP server.
-
Updated
Sep 1, 2025 - C++
Tools that help to emulate data packets or analyze incoming packets data
-
Updated
Aug 26, 2025 - C++
Minimal C++98 event-driven HTTP server for Linux using poll(), with static file serving, Nginx-style config, and experimental Python CGI.
-
Updated
Aug 18, 2025 - C++
JetServer is a lightweight C++98 HTTP server supporting virtual hosting, routing, CGI, and efficient connection handling. Designed for learning server internals or building custom web services.
-
Updated
Aug 14, 2025 - C++
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.
-
Updated
Jun 23, 2025 - C++
A lightweight, fast HTTP/1.1 server in C++, built for performance and learning. Nginx-inspired and capable of serving static files and dynamic content via CGI.
-
Updated
May 7, 2025 - C++
About WebServer like Nginx 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. Topics
-
Updated
Apr 8, 2025 - C++
A fully functional HTTP server built in C++, featuring HTTP methods, CGI integration, cookies, sessions, and account management.
-
Updated
Mar 16, 2025 - C++
C++ Web server compatible with HTTP 1.1 Protocol.
-
Updated
Mar 16, 2025 - C++
C++ HTTP/1.1 webserver
-
Updated
Jan 22, 2025 - C++
webserv is a web server application written in C++, and is an attempt to write our own NGINX. The project is heavily inspired by NGINX, and is part of 42Berlin curriculum.
-
Updated
Nov 5, 2024 - C++
-
Updated
Apr 12, 2024 - C++
HTTP server in C++ 98
-
Updated
Mar 20, 2024 - C++
A HTTP server in C++ 98
-
Updated
Mar 17, 2024 - C++
Improve this page
Add a description, image, and links to the cgi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cgi topic, visit your repo's landing page and select "manage topics."