cnats

C client library for NATS messaging system

brewmacoslinux
Try with needOr install directly
Source

About

C client for the NATS messaging system

Commands

nats-benchnats-subnats-pub

Examples

Subscribe to a NATS subject and receive messages$ nats-sub subject-name
Publish a message to a NATS subject$ nats-pub subject-name 'Hello NATS'
Benchmark publish performance to a NATS server$ nats-bench -s nats://localhost:4222 subject-name -n 100000