Upgraded to Socket.IO v1.1

This commit is contained in:
Jeremiah Billmann
2014-10-23 15:22:57 +00:00
parent 7fa638c940
commit 5c01c26530
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
"dependencies": {
"express": "3.1.0",
"jade": "*",
"socket.io": "0.9.14"
"socket.io": "1.1.0"
}
}
+1 -1
View File
@@ -7,7 +7,7 @@ $(function () {
window.addEventListener('resize', resizeCanvas, false);
GarageServerIO.initializeGarageServer('http://garageserver_io.jbillmann.c9.io', {
GarageServerIO.initializeGarageServer('https://garageserver_io-c9-jbillmann.c9.io', {
logging: true,
onReady: startGame,
onUpdatePlayerPrediction: GamePhysics.getNewPlayerState,