Started new socket.io interface

This commit is contained in:
Fergal Moran
2013-06-23 15:04:21 +01:00
parent 2f4aecaf9b
commit 3de0ffbe7e
15 changed files with 168 additions and 38 deletions

View File

@@ -2,9 +2,8 @@ if (!com) var com = {};
if (!com.podnoms) com.podnoms = {};
com.podnoms.settings = {
CHAT_HOST: '{{ CHAT_HOST }}',
REALTIME_HOST: '{{ CHAT_HOST }}',
REALTIME_PORT: '{{ CHAT_HOST }}',
REALTIME_HOST: "{{ REALTIME_HOST }}",
SOCKET_IO_JS_URL: "{{ SOCKET_IO_JS_URL }}",
urlRoot: '{{ API_URL }}',
liveStreamRoot: 'http://{{ LIVE_STREAM_URL }}:{{ LIVE_STREAM_PORT }}/{{ LIVE_STREAM_MOUNT }}',
streamInfoUrl: 'http://{{ LIVE_STREAM_INFO_URL }}',