[Interest] QWebSocket/Server

Reinhardt Behm rbehm at hushmail.com
Tue Sep 19 11:49:05 CEST 2017


On Tuesday 19 September 2017 12:30:19 Konstantin Tokarev wrote:
> 19.09.2017, 05:28, "Reinhardt Behm" <rbehm at hushmail.com>:
> > 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
> > Interest at qt-project.org
> > 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





More information about the Interest mailing list