Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5.1
Description
At the moment all the proxy for novnc does is convert an incoming web socket connection into a tcp socket, the data is unmodified.
This would be great if we have this feature in QVncServer the ability to also accept web sockets.
This way the need for the 'websockify' proxy is completely removed.
If we have this then one can pass in a QWebSocket so that It can be used with https://novnc.com/ without also having to setup a websockify proxy, this would also allow to serve the novnc client via a QHttpServer from the same process.
The application could then serve the novnc javascript via QHttpServer allowing a completely self contained solution.