From e7088cee5f63b52c7f47d5309d8f7618dc929ea7 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Mon, 16 Apr 2012 20:00:30 -0400 Subject: [PATCH] Updated README for Travis --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a411bee..39fd4b2 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,6 @@ In theory, the server (like Nginx) would recognize the HTTP handshake request to configured PHP file. When this happens, you can keep your script the same, just remove the Server Application wrapper and maybe eventually the WebSocket Application wrapper if the servers recognize the protocol message framing. -I'm currently looking in using Nginx as an I/O control communicating with Ratchet (instead of Ratchet managing I/O). -I'm looking into a couple daemonized servers written in PHP to run Ratchet on top of. - --- ###A quick server example