Native WebSocket client (without webkit)
-
wrote on 19 Feb 2013, 13:30 last edited by
Hi,
Will be websocket moved from webkit to network lib in future? In network are all common sockets. When I want to use websocket I need deploy whole libwebkit for this small socket. I tried third party solutions but always fail:
These doesn't work on QT 5.0 (linux 64 bit), I immediately get disconnected status:
https://gitorious.org/qtwebsocket
These are working on echo.websocket.org but not on my target service:
https://github.com/vinipsmaker/tufao/tree/Regards
-
wrote on 14 Aug 2013, 07:47 last edited by
Hi Kobit,
You can have a look at "QWebSockets":http://github.com/KurtPattyn/QWebSockets/.
It is a native implementation of websockets in Qt. It works with Qt 5.0, and has been successfully used on Linux, MacOsX and Windows.If you use it, please do me a favour and mention this at "ohloh":https://www.ohloh.net/p/QWebSockets
-
wrote on 2 Feb 2014, 13:51 last edited by
The websockets library has been moved to the official Qt repository and is about to be included in Qt 5.3. You can find it here: https://qt.gitorious.org/qt/qtwebsockets
[quote author="KurtPattyn" date="1376466426"]Hi Kobit,You can have a look at "QWebSockets":http://github.com/KurtPattyn/QWebSockets/.
It is a native implementation of websockets in Qt. It works with Qt 5.0, and has been successfully used on Linux, MacOsX and Windows.If you use it, please do me a favour and mention this at "ohloh":https://www.ohloh.net/p/QWebSockets
[/quote]