Ratchet - WebSockets for PHP (socketo.me)

10 points by horatioplink ↗ HN
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 comment

[ 2.7 ms ] story [ 10.1 ms ] thread
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.