Registry / messaging / wampcc

wampcc

JSON →
library2024-07-10vcpkgunverified

C++ library implementing the Web Application Messaging Protocol (WAMP).

vcpkg install wampcc
INSTALL
IMPORT
SIG · WAMPCC
W
wampcc
messagingcppv2024-07-10
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.

wampcc/wampcc.h
#include <wampcc/wampcc.h>

Create a WAMP kernel

#include <wampcc/wampcc.h> #include <iostream> int main() { wampcc::kernel kernel; std::cout << "WAMP kernel created" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2024-07-10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

wampcc — pip install wampcc · libregistry