Hacker News new | ask | show | jobs
Ratchet - WebSockets for PHP (socketo.me)
10 points by horatioplink 5106 days ago
Ratchet is a component library for PHP that provides developers with the tools to create real time, bi-directional applications between clients and servers. This is not your Grandfather's Internet.
1 comments

Nice! PHP finally getting async ... about time. Seems to work pretty good. Just benchmarked react with c50/10000 and get 700 req/sec on dynamic content on a shitty macbook air.

Will try to have it run with node.js's forever daemon next.