WebsocketPie
WebsocketPie copied to clipboard
Security
https://devcenter.heroku.com/articles/websocket-security
Better idea: people who "own" the server can send a one-time configuration message to it which will specify the schema of allowed messages, everything else will be dropped.
How important is limiting the schema really? Won't clients only react to specific message anyway? And the server only reacts to certain messages too.