@hackage zmcat0.3
Command-line tool for ZeroMQ.
Categories
License
BSD-3-Clause
Maintainer
lucas@dicioccio.fr
Links
Versions
Installation
Dependencies (3)
- base >=4.5.1.0 && <5
- bytestring
- zeromq3-haskell >=0.3.1 Show all…
Dependents (1)
@hackage/acme-everything
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.