-
Notifications
You must be signed in to change notification settings - Fork 1
WebSockets
hydrogen602 edited this page Apr 9, 2019
·
3 revisions
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!