zmcat

Command-line tool for ZeroMQ.

https://github.com/lucasdicioccio/zmcat

Latest on Hackage:0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Lucas DiCioccio
Maintained by [email protected]

ZeroMQ is a handy way to communicate between applications:

Rationale:
Zmcat is an handy command-line tool to debug or communicate with ZeroMQ applications from the shell. One use of zmcat is to easily audit, monitor, add cron-jobs shell scripts which speak zmq.
Limitations:
A limitation is that Zmcat only supports printable text. Support for random binary streams will come later.