1 مستودع
PHP frameworks utilizing non-blocking I/O and persistent memory for high-performance networking.
Distinct from PHP Web Frameworks: Distinct from general PHP Web Frameworks by focusing specifically on the asynchronous, event-driven runtime model of Swoole.
Explore 1 awesome GitHub repository matching web development · Asynchronous Frameworks. Refine with filters or upvote what's useful.
EasySwoole is a high-performance asynchronous PHP framework designed for building event-driven networks and persistent memory applications. It functions as a toolkit for developing distributed microservices and asynchronous servers capable of handling concurrent HTTP, TCP, UDP, and WebSocket connections. The framework distinguishes itself through a persistent memory process execution mode that eliminates the overhead of repetitive file loading and invocation during request handling. It provides built-in support for distributed systems via remote procedure call implementations and service disc
Implements a high-performance asynchronous PHP framework for event-driven networks and persistent memory applications.