From b6e7ee635ef200e1ec6b7914a263dae334cc2f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20F=2E=20Romaniello?= Date: Sun, 3 Nov 2013 21:11:52 -0200 Subject: [PATCH] add note about cors, closes #28 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3ddc2c..931364c 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,13 @@ Usage ``` +__Note:__ in the client-side use `io.connect()` or `io.connect('http://the-same-domain.com')` because Socket.io can work with CORS but the browser will not send the cookies. + Develop ======= - npm install - npm test - + npm install + npm test License ========