From e9d6000e017b5b05a931b6232320f5cc80f52ef7 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Mon, 11 Jul 2011 14:05:29 +0200 Subject: [PATCH] Install socket.io via a tarball. This is the only way to get a socket.io version that runs properly behind a reverse proxy. This is a temporary fix until a new socket.io version is released --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b044b771..c58d601e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ { "name": "Hans Pinckaers"} ], "dependencies" : { - "socket.io" : "0.7.2", + "socket.io" : "https://github.com/Pita/socket.io/tarball/master", "ueberDB" : "0.0.8", "async" : "0.1.9", "joose" : "3.18.0",