Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Native WebSocket client (without webkit)
Forum Updated to NodeBB v4.3 + New Features

Native WebSocket client (without webkit)

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 3.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kobid
    wrote on 19 Feb 2013, 13:30 last edited by
    #1

    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

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kurt.pattyn
      wrote on 14 Aug 2013, 07:47 last edited by
      #2

      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

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kurt.pattyn
        wrote on 2 Feb 2014, 13:51 last edited by
        #3

        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]

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved