Registry / networking / qt5-websockets

qt5-websockets

JSON →
library5.15.18vcpkgunverified

The Qt WebSockets module provides C++ and QML interfaces that enable Qt applications to act as a server that can process WebSocket requests, or a client that can consume data received from the server, or both.

vcpkg install qt5-websockets
INSTALL
IMPORT
SIG · QT5-WEBSOCKETS
Q
qt5-websockets
networkingcppv5.15.18
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> #include <QUrl> 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
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

qt5-websockets — pip install qt5-websockets · libregistry