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

-- 
Regards,
Konstantin
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to