Описание тега ratchet
Ratchet is a PHP WebSockets library.
Ratchet provides developers with tools to create real time, bi-directional applications between clients and servers over WebSockets. This is not your Grandfather's Internet.
Ratchet is a PHP WebSockets library. ( Github Repository)
A PHP 5.3 library for asynchronously serving WebSockets. Build up your application through simple interfaces and re-use your application without changing any of its code just by combining different components.
- Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time).
- Tested on Chrome 13+, Firefox 6+, Safari 5+, iOS 4.2+, IE 8+
- Ratchet passes the http://autobahn.ws/testsuite (non-binary messages)