Home

Awesome

ZeroMQ Examples for Swift

Swift Platform License

This repository contains the ZeroMQ examples for the ZeroMQ Swift bindings. The code is written entirely in the Swift 3 language and can be run from the command line on Ubuntu and Apple's MacOS.

Usage

A convenience run.sh script is provided in the root directory to build and run the examples.

./run.sh

Request-reply pattern

./run.sh hwserver
./run.sh hwclient

Publish-subscribe pattern

./run.sh rrclient
./run.sh rrworker

Utilities

./run.sh version

Installation

Please check LibZMQ for installation instructions.

See Also

Author

Ahmad M. Zawawi

License

MIT License