jemc / pony-zmq

Pure Pony implementation of the ZeroMQ messaging library. :horse: :zero: :m: :four_leaf_clover:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pony-zmq CircleCI

Pure Pony implementation of the ZeroMQ messaging library.

Testing

  1. Get stable (to manage dependencies).
  2. Get libsodium (required for pony-sodium). On OSX just to `brew install libsodium'.
  3. Fetch dependencies: stable fetch
  4. stable env ponyc --debug zmq/test
  5. ./test

About

Pure Pony implementation of the ZeroMQ messaging library. :horse: :zero: :m: :four_leaf_clover:

License:Mozilla Public License 2.0


Languages

Language:Pony 99.6%Language:Makefile 0.4%