Skip to content

madi-nuralin/zmq-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zmq-playground
==============

This project contains experiments and small programs using libzmq
(ZeroMQ). It is intended as a playground for testing request/reply,
publish/subscribe and other messaging patterns.

Getting Started
---------------
To build the project:

    cd zmq-playground
    cmake . && make

This will compile the example programs such as req, rep, pub, and sub.

Requirements
------------
- CMake 3.22 or newer
- A C compiler with >= C11 support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published