[Interest] QWebSocket/Server

Konstantin Tokarev annulen at yandex.ru
Tue Sep 19 11:30:19 CEST 2017



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

-- 
Regards,
Konstantin



More information about the Interest mailing list