There was an error while loading. Please reload this page.
Welp Many packages do not work. Right now Autobahn with Twisted is used, and it works so far. Example server code Autobahn Docs
Example Code: ws = new WebSocket('ws://localhost:5005') ws.onmessage = function (event) { console.log(event.data) }
Address right now uses localhost, this must somehow be replaced!