Skip to content

Comment on Open Swoole is a fork of the previous Swoole extension since version v4.7.1

Comments

Can someone give us a little background on what Swoole does?

"Swoole is a coroutine-based asynchronous PHP programming framework."

"Swoole is a complete PHP async solution that has built-in support for async programming via fibers/coroutines, a range of multi-threaded I/O modules (HTTP Server, WebSockets, TaskWorkers, Process Pools) and support for popular PHP clients like PDO for MySQL, Redis and CURL."

TLDR: Async PHP framework

It's an event loop based server for PHP. Similar in some ways to nodejs, but (in my experience) much more performant.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.