use a websocket which automatically reconnects if the connection is lost

This commit is contained in:
Caleb James DeLisle
2014-11-04 10:51:53 +01:00
parent e3a54c11ee
commit 0d3ded68a0
4 changed files with 39 additions and 46 deletions

View File

@@ -22,6 +22,7 @@
"tweetnacl": "~0.12.2",
"ckeditor": "~4.4.5",
"requirejs": "~2.1.15",
"modalBox": "~1.0.2"
"modalBox": "~1.0.2",
"reconnectingWebsocket": ""
}
}