// Make sure you're editing the jspp file var wsproto = 'wss:'; if (document.location.protocol == 'http:') wsproto = 'ws:'; var socket = new WebSocket(wsproto + '//' + location.host + '/solar.ws');