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.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.