1 repository
Specialized hosting engines designed to run specific web frameworks with persistent memory and event-driven I/O.
Distinct from Laravel Application Architectures: Focuses on the intersection of the framework and the high-performance server engine, not just framework architecture.
Explore 1 awesome GitHub repository matching web development · High-Performance Framework Hosting. Refine with filters or upvote what's useful.
This project is an event-driven PHP application server and HTTP server bridge that allows Laravel applications to run on a persistent engine. By keeping the application in memory, it eliminates the boot overhead typically required for every individual request to increase request speeds. The server includes an application state sandbox that isolates the application container between requests to prevent data leakage and state pollution. It also features a shared memory data store for retrieving information across multiple worker processes and provides a WebSocket server implementation for persi
Provides a high-performance, persistent event-driven engine specifically for running Laravel applications.