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:
@ -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){
|
||||
|
Reference in New Issue
Block a user