Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jemc/pony-zmq
Pure Pony implementation of the ZeroMQ messaging library. :horse: :zero: :m: :four_leaf_clover:
https://github.com/jemc/pony-zmq
library pony-language zeromq zmq zmtp
Last synced: 25 days ago
JSON representation
Pure Pony implementation of the ZeroMQ messaging library. :horse: :zero: :m: :four_leaf_clover:
- Host: GitHub
- URL: https://github.com/jemc/pony-zmq
- Owner: jemc
- License: mpl-2.0
- Created: 2015-07-08T05:21:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T01:17:26.000Z (about 2 years ago)
- Last Synced: 2023-08-01T01:01:18.076Z (over 1 year ago)
- Topics: library, pony-language, zeromq, zmq, zmtp
- Language: Pony
- Homepage:
- Size: 206 KB
- Stars: 64
- Watchers: 9
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pony-zmq [![CircleCI](https://circleci.com/gh/jemc/pony-zmq.svg?style=shield)](https://circleci.com/gh/jemc/pony-zmq)
Pure Pony implementation of the ZeroMQ messaging library.
## Testing
1. Get [stable](https://github.com/jemc/pony-stable) (to manage dependencies).
2. Get
[libsodium](https://download.libsodium.org/doc/installation/index.html)
(required for [pony-sodium](https://github.com/jemc/pony-sodium)).
On OSX just to `brew install libsodium'.
3. Fetch dependencies: `stable fetch`
3. `stable env ponyc --debug zmq/test`
4. `./test`