FREE UNLIMITED and EASY to use WEBSOCKET SERVER
the website
it is called achex and has been running for over 10 years
all you need is this code to use it:
var ws = new WebSocket('wss://cloud.achex.ca'); ws.onopen = function(){ ws.send(JSON.stringify({"auth":"yourID"})) }
then you can send whatever you want like this:
ws.send(JSON.stringify({"to":"yourID", "your message":"stuff"}))
ws.send(JSON.stringify({"to":"yourID", "yourStuff":[1,2,3,4,3,2,1]}))
ws.send(JSON.stringify({"toH":"your hub", "your message":"hello everyone"}))
any json works