{"id":61039,"library":"uwebsockets","title":"uWebSockets","description":"Simple, secure & standards compliant web I/O for the most demanding of applications","status":"active","version":"20.77.0","language":"cpp","source_language":null,"source_url":null,"tags":["websocket","http","server","networking","async"],"install":[{"cmd":"vcpkg install uwebsockets","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(uwebsockets CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE uWebSockets::uWebSockets)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"uwebsockets/App.h","correct":"#include <uwebsockets/App.h>"}],"quickstart":{"code":"#include <uwebsockets/App.h>\n\nint main() {\n    uWS::App().get(\"/hello\", [](auto *res, auto *req) {\n        res->end(\"Hello World!\");\n    }).listen(3000, [](auto *listen_socket) {\n        std::cout << \"Listening on port 3000\" << std::endl;\n    }).run();\n    return 0;\n}","lang":"cpp","description":"Minimal HTTP server with uWebSockets"},"warnings":[{"fix":"Ensure you link against OpenSSL::SSL, OpenSSL::Crypto, and ZLIB::ZLIB when using uWebSockets with SSL or compression","message":"Requires linking with SSL and zlib for full functionality","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'applic':13 'async':18 'compliant':5 'demand':11 'http':15 'i/o':7 'network':17 'secur':3 'server':16 'simpl':2 'standard':4 'uwebsocket':1 'web':6 'websocket':14","created_at":"2026-06-17T04:36:33.528434+00:00","updated_at":"2026-06-17T04:36:33.528434+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","web-framework"],"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}}