From 9d36a37bf59e0f94070dc8a2f53d89609c7dd59c Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Tue, 15 Nov 2011 08:57:20 -0500 Subject: [PATCH] readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 447797d..03d44bd 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Re-use your application without changing any of its code just by wrapping it in ##Requirements -Shell access is required and a dedicated (virtual) machine with root access is recommended. -To avoid proxy/firewall blockage it's recommended WebSockets are run on port 80, which requires root access. +Shell access is required and a dedicated (virtual) machine with root access is recommended. +To avoid proxy/firewall blockage it's recommended WebSockets are run on port 80, which requires root access. Note that you can not run two applications (Apache and Ratchet) on the same port, thus the requirement for a separate machine. -Cookies from your Apache/Nginx/IIS server will be passed to the socket server, allowing you to identify users. +Cookies from your Apache/Nginx/IIS server will be passed to the socket server, allowing you to identify users. It's recommended using a database/cache solution to store session data, so it's accessible on both servers. -I demonstration of this will be posted (eventually). +A demonstration of this will be posted (eventually). See https://github.com/cboden/socket-demos for some out-of-the-box working demos using Ratchet.