1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Updated - websocket switches with SSL

Automatic detection of IP address (for local only)
Added binary building (not ready)
This commit is contained in:
Zack Scholl
2016-02-15 16:59:32 -05:00
parent 59cd27fca2
commit f934edc757
8 changed files with 47 additions and 7 deletions

View File

@ -44,7 +44,7 @@ $(document).ready(function() {
}
// websockets
url = 'ws://'+external_ip+'/ws';
url = socketType + '://'+external_ip+'/ws';
c = new WebSocket(url);
send = function(data){