By @doubaokun
@ PHPLondon at London UK
PHP Swoole enables PHP developers to write high-performance, scalable, concurrent TCP, UDP, Unix socket, HTTP, WebSocket services in PHP programming language.
Read moreBy @m3m0r7
@ PHP study meetup at Tokyo In Japan
How to build a video streaming system based on PHP and Swoole.
Read moreBy @doubaokun
Redis provides the commands for message queue and pubsub: RPUSH
, BLPOP
, PUBLISH
, SUBSCRIBE
.
By @deminy
Swoole is an event-driven asynchronous and concurrent networking communication engine for writing high-performance HTTP and WebSocket services in PHP.
Read moreCoroutine features are mature in PHP Swoole since version 4.x. Swoole provides the powerful CSP (Communicating sequential processes) programming model with three keywords: go
, chan
, defer
.