This commit is contained in:
Chris Boden 2011-11-15 08:54:36 -05:00
parent 7c033ee2cc
commit 2720864d79

View File

@ -4,15 +4,11 @@ A PHP 5.3 (PSR-0 compliant) application for serving and consuming sockets.
Build up your application (like Lego!) through simple interfaces using the decorator and command patterns. Build up your application (like Lego!) through simple interfaces using the decorator and command patterns.
Re-use your application without changing any of its code just by wrapping it in a different protocol. Re-use your application without changing any of its code just by wrapping it in a different protocol.
---
##WebSockets ##WebSockets
* Supports the HyBi-10 and Hixie76 protocol versions (at the same time) * Supports the HyBi-10 and Hixie76 protocol versions (at the same time)
* Tested on Chrome 14, Firefox 7, Safari 5, iOS 4.2 * Tested on Chrome 14, Firefox 7, Safari 5, iOS 4.2
---
##Requirements ##Requirements
Shell access is required and a dedicated (virtual) machine with root access is recommended. Shell access is required and a dedicated (virtual) machine with root access is recommended.