Registry / networking / qtwebsockets

qtwebsockets

JSON →
library6.10.1vcpkgunverified

Qt module providing C++ and QML interfaces for WebSocket server and client functionality.

vcpkg install qtwebsockets
INSTALL
IMPORT
SIG · QTWEBSOCKETS
Q
qtwebsockets
networkingcppv6.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtWebSockets/QWebSocket
✓ #include <QtWebSockets/QWebSocket>

Open a WebSocket connection to an echo server.

#include <QtWebSockets/QWebSocket> #include <QCoreApplication> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QWebSocket socket; socket.open(QUrl("ws://echo.websocket.org")); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

qtwebsockets — pip install qtwebsockets · libregistry