On Tuesday 19 September 2017 12:30:19 Konstantin Tokarev wrote: > 19.09.2017, 05:28, "Reinhardt Behm" <[email protected]>: > > Hi all, > > > > I am using QWebSocket and QWebSocketServer (Qt5.5) > > Is it possible to have another Server (as HTTP server) listening at the > > same port? > > For example, you can start Nginx on that port and set up proxying for > WebSocket protocol: > > http://nginx.org/en/docs/http/websocket.html > > > QWebSocket supports binaryFrameReceived(). Is there any support to send > > Frames? > > > > QWebSocket has a signal bytesWritten(). Any support for receive progress? > > > > -- > > Best Regards > > > > Reinhardt Behm > > > > _______________________________________________ > > Interest mailing list > > [email protected] > > http://lists.qt-project.org/mailman/listinfo/interest
Interesting idea. Thanks Konstantin, I will have a look into that. Of course I also could use another port, but that would require the customer to open that in their firewall. -- Best Regards Reinhardt Behm _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
