Registry / messaging / cnats
library3.13.0vcpkgunverified

A C client for the NATS messaging system.

vcpkg install cnats
INSTALL
IMPORT
SIG · CNATS
C
cnats
messagingcppv3.13.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.

nats/nats.h
#include <nats/nats.h>

Publish a message to NATS

#include <nats/nats.h> int main() { natsConnection *nc = NULL; natsConnection_ConnectTo(&nc, NATS_DEFAULT_URL); natsConnection_PublishString(nc, "foo", "hello"); natsConnection_Destroy(nc); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.13.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

cnats — pip install cnats · libregistry