1 repository
Compresses both incoming request bodies and outgoing response bodies to reduce network bandwidth.
Distinct from Response Compression: Covers bidirectional payload compression, whereas Response Compression typically focuses only on the server-to-client leg.
Explore 1 awesome GitHub repository matching web development · Request. Refine with filters or upvote what's useful.
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,
Compresses request and response bodies using gzip encoding to reduce data transfer size.