Registry / networking / uwebsockets

uwebsockets

JSON →
library20.77.0vcpkgunverified

Simple, secure & standards compliant web I/O for the most demanding of applications

vcpkg install uwebsockets
INSTALL
IMPORT
SIG · UWEBSOCKETS
U
uwebsockets
networkingcppv20.77.0
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.

uwebsockets/App.h
✓ #include <uwebsockets/App.h>

Minimal HTTP server with uWebSockets

#include <uwebsockets/App.h> int main() { uWS::App().get("/hello", [](auto *res, auto *req) { res->end("Hello World!"); }).listen(3000, [](auto *listen_socket) { std::cout << "Listening on port 3000" << std::endl; }).run(); return 0; }
Debug
Known issues
gotchaRequires linking with SSL and zlib for full functionality
fix
Ensure you link against OpenSSL::SSL, OpenSSL::Crypto, and ZLIB::ZLIB when using uWebSockets with SSL or compression
affects: *
Upgrade
Version history
20.77.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

uwebsockets — pip install uwebsockets · libregistry