{"id":60809,"library":"qtwebsockets","title":"Qt WebSockets","description":"Qt module providing C++ and QML interfaces for WebSocket server and client functionality.","status":"active","version":"6.10.1","language":"cpp","source_language":null,"source_url":null,"tags":["qt","websocket","networking","qml"],"install":[{"cmd":"vcpkg install qtwebsockets","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(qtwebsockets CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Qt6::WebSockets)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"QtWebSockets/QWebSocket","correct":"#include <QtWebSockets/QWebSocket>"}],"quickstart":{"code":"#include <QtWebSockets/QWebSocket>\n#include <QCoreApplication>\n\nint main(int argc, char *argv[]) {\n    QCoreApplication app(argc, argv);\n    QWebSocket socket;\n    socket.open(QUrl(\"ws://echo.websocket.org\"));\n    return app.exec();\n}","lang":"cpp","description":"Open a WebSocket connection to an echo server."},"warnings":[],"env_vars":null,"search_vec":"'c':6 'client':14 'function':15 'interfac':9 'modul':4 'network':18 'provid':5 'qml':8,19 'qt':1,3,16 'server':12 'websocket':2,11,17","created_at":"2026-06-17T04:28:39.426506+00:00","updated_at":"2026-06-17T04:28:39.426506+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}