WebSocket in WebChannel standalone example
-
Hi everyone,
I have one question and one problem.
My problem is : I can not start the WebChannel standalone example.
I looked here (http://forum.qt.io/topic/49514/can-t-get-qwebchannel-demos-to-work/5) and copied the file as suggested here (https://bugreports.qt.io/browse/QTBUG-46541?filter=-4), but this does not change the problem. Any help to get it started will be appreciated.
My question is : in the index.hmtl file from the QWebChannel, line 16 ''var socket = new WebSocket(baseUrl);", what is WebSocket ? It was not declared before and I see no mention in the file dependencies (i.e. qwebchannel.js).
Thank you for your attention,
Clem