Popularity
7.3
Growing
Activity
0.0
Stable
26
5
4

Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Network    

zmcat alternatives and similar packages

Based on the "Networking" category.
Alternatively, view zmcat alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of zmcat or a related project?

Add another 'Networking' Package

README

ZMCat

A simple command tool to test ZMQ pub-sub and push-pull sockets.

Examples

zmcat pub tcp://*:5555
zmcat sub tcp://localhost:5555

zmcat pub tcp://*:5555 mykey
zmcat sub tcp://localhost:5555 mykey

zmcat push tcp://localhost:5555
zmcat pull tcp://*:5555

Contributions

Gísli Kristjánsson (gislik): multipart messages