Registry / networking / brynet

brynet

JSON →
library1.12.2vcpkgunverified

A C++ header only cross platform high performance tcp network library, and support SSL/HTTP/Websocket.

vcpkg install brynet
INSTALL
IMPORT
SIG · BRYNET
B
brynet
networkingcppv1.12.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.

brynet/net/EventLoop.h
#include <brynet/net/EventLoop.h>

Create a basic event loop

#include <brynet/net/EventLoop.h> #include <iostream> int main() { auto loop = std::make_shared<brynet::net::EventLoop>(); std::cout << "Brynet event loop created" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.12.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources

No resource links recorded.

brynet — pip install brynet · libregistry