1 repositorio
Capabilities for managing when a client response is terminated relative to backend process completion.
Distinct from Request Execution: None of the candidates cover the specific architectural ability to terminate a client response while continuing background execution.
Explore 1 awesome GitHub repository matching web development · Response Lifecycle Controls. Refine with filters or upvote what's useful.
FrankenPHP is a Go-based PHP runtime and application server that integrates a web server and PHP interpreter to host applications without requiring a separate process manager. It functions as a worker mode server that keeps applications in memory across requests to eliminate bootstrap overhead and a static binary bundler that packages applications and the server into a single self-contained executable. The project distinguishes itself by allowing the embedding of a PHP runtime directly into Go programs and enabling the development of PHP extensions using the Go language. It also includes a bu
Allows the PHP runtime to terminate the client response early while continuing to process background tasks.