nng

Light-weight brokerless messaging library and tools

brewmacoslinux
Try with needOr install directly
Source

About

Nanomsg-next-generation -- light-weight brokerless messaging

Commands

nngnngcat

Examples

Start a simple request-reply server listening on TCP port 5555$ nngcat --rep --listen tcp://127.0.0.1:5555
Send a request message to a server and wait for reply$ nngcat --req --dial tcp://127.0.0.1:5555 --data 'Hello Server'
Create a pub-sub publisher that broadcasts messages$ nngcat --pub --listen tcp://127.0.0.1:5556