Hacker News new | ask | show | jobs
by DJBunnies 2038 days ago
React php is worth checking out. Async stuff like websockets and non blocking redis subscriptions.
3 comments

Interesting.

changes the shared nothing status of traditional php serving.

https://reactphp.org/

Daemons!
ReactPHP and all the other "async" frameworks became obsolete the moment Swoole entered the game.
Big disagree. They're just different. Swoole is like Golang, ReactPHP is like Node, in terms of runtime style.
What is React PHP?
Think of it like if PHP had Node's event loop runtime.

There's also Swoole, which is like if PHP had Golang's runtime (i.e. coroutines and such).