Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/en/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Swoole

?> `Swoole` is a parallel network communication engine based on asynchronous event-driven and coroutine, written in `C++`, providing [coroutine](/coroutine) and [high-performance](/question/use?id=swoole performance how) network programming support for `PHP`. It provides various network server and client modules for multiple communication protocols, making it easy to quickly implement `TCP/UDP services`, `high-performance Web`, `WebSocket services`, `IoT`, `real-time communication`, `games`, `microservices`, etc., breaking the limits of `PHP` in traditional web domains.
?> `Swoole` is a parallel network communication engine based on asynchronous event-driven and coroutine, written in `C++`, providing [coroutine](/coroutine) and [high-performance](/question/use?id=how-is-the-performance-of-swoole) network programming support for `PHP`. It provides various network server and client modules for multiple communication protocols, making it easy to quickly implement `TCP/UDP services`, `high-performance Web`, `WebSocket services`, `IoT`, `real-time communication`, `games`, `microservices`, etc., breaking the limits of `PHP` in traditional web domains.

## Swoole Class Diagram

Expand Down