Plain websocket client

Hi.
As did for rest api (curl), please add plain websocket client or document. I am using qt quick (qml) and it does not support official js client. I can do rest api in qml by xmlhttprequest but for real time I want something to do that or some tutorial about this.thanks
https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
https://doc.qt.io/qt-5/qml-qtwebsockets-websocket.html

Hi @salamdev. We’ll put together documentation on how to structure the socket messages to be sent to the server for the realtime API. This might take some time so in the meantime I recommend you have a look at one of our official open-source client sdks for examples on how it works.