Mitchell McKenna - tagged with websockets http://mitchmckenna.com/feed en-us http://blogs.law.harvard.edu/tech/rss LifePress mitchellmckenna@gmail.com websocketd http://mitchmckenna.com/post/13783/websocketd

Like inetd, but for WebSockets. Turn any application that uses STDIO/STDOUT into a WebSocket server.

]]>
Wed, 11 Dec 2013 18:13:00 -0500 http://mitchmckenna.com/post/13783/websocketd/websocketd
Ratchet - PHP WebSockets http://mitchmckenna.com/post/12868/ratchet-php-websockets

Ratchet is a PHP 5.3 library for asynchronously serving WebSockets. It provides tools to create real time, bi-directional applications between clients and servers. Performance has been improving, particularly in PHP 5.4, and works well for small to medium size scale applications so far. It leverages Symfony http foundation and Guzzle. Ratchet is powered by React http://reactphp.org/ an Event-driven, non-blocking I/O library (compared to traditional HTTP request/response). React has many components you can use, Laravel uses's React's Async component.

]]>
Thu, 23 May 2013 13:48:00 -0400 http://mitchmckenna.com/post/12868/ratchet-php-websockets/ratchet-php-websockets