https://github.com/abhaysp95/zmq_patterns
Small projects using common patterns with zeromq
https://github.com/abhaysp95/zmq_patterns
Last synced: 3 months ago
JSON representation
Small projects using common patterns with zeromq
- Host: GitHub
- URL: https://github.com/abhaysp95/zmq_patterns
- Owner: abhaysp95
- Created: 2024-02-21T04:48:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T18:30:58.000Z (about 1 year ago)
- Last Synced: 2025-01-13T03:45:51.957Z (4 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZMQ Patterns
Here I explore various patterns in which I can use ZMQ to better understand its working and use it in my other projects.
## How to run
```sh
$ mkdir build
$ cd build
$ cmake -S ..
```After that, you can enter into any subproject directory you want and build and run it. Each subproject contains seperate README with instructions on how to run it.