From 203b68b9cb5b81fb56ac42cd392d279611cf91a4 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Tue, 6 Sep 2011 08:49:04 -0400 Subject: [PATCH] Updated README --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index e69de29..1e2e612 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,40 @@ +#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(); \ No newline at end of file