Registry / networking / websocketpp

websocketpp

JSON →
library0.8.2vcpkgunverified

Library that implements RFC6455 The WebSocket Protocol.

vcpkg install websocketpp
INSTALL
IMPORT
SIG · WEBSOCKETPP
W
websocketpp
networkingcppv0.8.2
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.

websocketpp/config/asio_no_tls.hpp
#include <websocketpp/config/asio_no_tls.hpp>

Simple WebSocket echo server

#include <websocketpp/config/asio_no_tls.hpp> #include <websocketpp/server.hpp> typedef websocketpp::server<websocketpp::config::asio> server; int main() { server echo_server; echo_server.init_asio(); echo_server.listen(9002); echo_server.start_accept(); echo_server.run(); return 0; }
Debug
Known issues
gotchaHeader-only library; no linking required but requires Boost.Asio or standalone Asio.
fix
Ensure Boost or standalone Asio is available and set the appropriate config header.
affects: *
Upgrade
Version history
0.8.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

websocketpp — pip install websocketpp · libregistry