Registry / networking / usockets

usockets

JSON →
library0.8.8vcpkgunverified

Miniscule cross-platform eventing, networking, and crypto library for async applications.

vcpkg install usockets
INSTALL
IMPORT
SIG · USOCKETS
U
usockets
networkingcppv0.8.8
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.

libusockets.h
#include <libusockets.h>

Create and destroy a uSockets event loop

#include <libusockets.h> #include <stdio.h> int main() { struct us_loop_t *loop = us_create_loop(NULL, NULL, NULL, NULL, 0); printf("uSockets loop created\n"); us_loop_free(loop); return 0; }
Debug
Known issues
gotchauSockets is a low-level library; you must manage memory and callbacks manually. Incorrect usage can cause crashes.
fix
Always pair us_create_* with us_*_free and ensure callbacks are valid.
affects: *
Upgrade
Version history
0.8.8latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
OpenAI (training)
1
Resources

No resource links recorded.

usockets — pip install usockets · libregistry