#Ratchet A PHP 5.3 (PSR-0 compliant) application for serving and consuming sockets. --- ##WebSocket Ratchet (so far) includes an "application" (in development) to handle the WebSocket protocol. --- ###A Quick server example attatchReceiver($protocol); $server->attatchReceiver($application); $server->run();