Converted to https with self signed cert

This commit is contained in:
gltron
2020-03-26 15:05:13 +01:00
parent 71925c6e81
commit a0b28ac1b8
4 changed files with 160 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
//connecting to our signaling server
var conn = new WebSocket('ws://gltronic.ovh/lilstreamy/ws');
const conn = new WebSocket('wss://localhost:8080')
conn.onopen = function () {
console.log('Connected to the signaling server')