changing socket.io to exist on the same port as the server, made config file template (removed config file from repo)

This commit is contained in:
Julian Lam
2013-04-22 15:23:02 -04:00
parent e6139487f6
commit 2d8725d522
5 changed files with 16 additions and 14 deletions

View File

@@ -44,3 +44,4 @@ var express = require('express'),
}(WebServer));
server.listen(config.port);
global.server = server;