Question
Websocket connection between Thingworx and a websocket-server.
Hello community,
I want to open a websocket connection between Thingworx and a websocket-server for subscribing data.
I have seen that such services for http protocol exist in Thingworx:
var result = Resources["ContentLoaderFunctions"].LoadJSON(params);
So my question is:
Is there any possibility to do almost the same via websocket communication?
Thanks a lot for help,
Max

