8 Repos
Interfaces that allow web servers to communicate with external application processes for dynamic request handling.
Distinguishing note: Focuses specifically on the FastCGI protocol integration for request processing, distinct from general-purpose reverse proxying.
Explore 8 awesome GitHub repositories matching web development · FastCGI Gateways. Refine with filters or upvote what's useful.
Nginx is a high-performance HTTP server and reverse proxy designed to handle high-concurrency traffic through an efficient, event-driven architecture. It functions as a versatile traffic management gateway and content delivery accelerator, providing the infrastructure necessary to route client requests, balance loads across backend servers, and serve static assets with minimal resource consumption. The project distinguishes itself through a master-worker process model that separates configuration management from request processing, ensuring stable operations under heavy load. Its modular requ
Enables seamless integration with external application servers by passing request parameters and script information through the FastCGI protocol.
RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,
Implements a FastCGI gateway allowing web servers to communicate directly with PHP worker processes.
Kitura is a server-side web framework for building HTTP services and web applications using the Swift programming language. It functions as an HTTP server that handles incoming requests, routes traffic, and serves responses. The framework serves as a Codable REST API framework, enabling the encoding and decoding of native Swift data types for web service communication. It also provides a FastCGI web interface to connect Swift applications to external web servers for improved scalability. The system includes capabilities for secure web communication through SSL/TLS network encryption, server-
Implements the FastCGI protocol to allow the application to communicate with external web server processes.
Kitura is a server-side web framework for building web applications and APIs using the Swift programming language. It provides a native HTTP server for hosting network traffic and implementing REST APIs. The framework features a pluggable middleware architecture that allows for the insertion of custom logic into the request-response pipeline. It utilizes a Codable data processor to automate the serialization and deserialization of HTTP requests and responses using Swift data models. The system includes a trie-based route matching mechanism for mapping URL paths to handlers and supports the F
Implements a FastCGI interface to allow external web servers to communicate with the application for request processing.
This project serves as a documentation hub and specification repository for official Docker images. It functions as a metadata-driven documentation generator that transforms structured content files into markdown files and readmes for public distribution. The repository provides technical guides and configuration standards for deploying containerized software across multiple CPU architectures. It includes detailed manuals for configuring environment variables, volume mounts, and network settings to ensure consistent image deployments. The documentation covers a broad range of containerized e
Documents the use of FastCGI sockets for integrating containerized tools with web servers.
Isso is a self-hosted commenting system and WSGI comment server that allows users to manage decentralized discussion boards. It functions as a markdown discussion engine that transforms user-generated content into filtered HTML for secure display on webpages. The system is designed as a cross-domain comment host, enabling a single centralized server instance to serve unique comment sections across multiple distinct domains. It secures this integration using CORS hostname whitelisting to ensure comments are only embeddable on authorized websites. The platform provides a comprehensive moderati
Allows the server to run as a FastCGI script for environments with restricted process lifetimes.
Dieses Projekt bietet eine serverseitige Sprachlaufzeitumgebung und ein standardisiertes Docker-Image für die Bereitstellung von Anwendungen auf verschiedenen Betriebssystemen. Es fungiert als Ausführungsumgebung für die Generierung von dynamischen HTML-, JSON- und XML-Inhalten und dient gleichzeitig als Command Line Interface für Automatisierungsskripte und Hintergrundjobs. Die Laufzeitumgebung ist durch eine C-basierte Erweiterungsarchitektur auf Erweiterbarkeit ausgelegt, die das Laden benutzerdefinierter Module für spezialisierte Funktionen ermöglicht. Sie unterstützt mehrere Server-Anwendungsschnittstellen, einschließlich einer FastCGI-Webschnittstelle für hochperformante Kommunikation mit Webservern sowie einen integrierten Webserver für das Hosten von Seiten ohne externe Installationen. Das Funktionsspektrum deckt eine breite Palette an Systemprogrammierung und Webentwicklung ab. Dazu gehören Datenbankintegration für SQL- und NoSQL-Engines, Netzwerkprotokollkommunikation via HTTP und SOAP sowie Sicherheitsprimitive für Passwort-Hashing und symmetrische Verschlüsselung. Zusätzlich bietet die Laufzeitumgebung Tools für XML-Verarbeitung, Multibyte-String-Handling und Arithmetik mit beliebiger Genauigkeit. Das Projekt wird als geschichtetes Container-Image bereitgestellt, um eine konsistente Ausführung in verschiedenen Hosting-Umgebungen zu gewährleisten.
Integrates with a FastCGI process to handle web requests more efficiently than standard CGI.
Hono is a lightweight Go web framework designed for building high-performance backend services and applications. It provides a core HTTP routing engine that maps URLs and methods to handler functions using patterns and regular expressions. The toolkit includes a WebSocket server implementation for real-time bidirectional communication and a secure cookie manager that uses encryption and HMAC signatures to prevent session tampering. It also features a FastCGI server interface, allowing applications to communicate with external process managers and web servers via FastCGI and SCGI protocols. T
Provides FastCGI gateways to allow web servers to communicate with external application processes.