zeromq 4.2.0

Interface to the C ZeroMQ library


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

ZeroMQ zeromq.org

"ZeroMQ in a hundred words" "ØMQ (ZeroMQ, 0MQ, zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry whole messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fanout, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. ØMQ is from iMatix and is LGPL open source."

-quote straight from: http://zguide.zeromq.org/page:all

Usage can be derived by translating the guide above using the interface(s) here. Alternatively some wrapper implementations are listed below.

Usage:

import deimos.zmq.zmq;
link your program with zmq, and Zap, Pow! (to quote the site) it works.

Implementations:

https://github.com/kyllingstad/zmqd
Authors:
  • itiu
  • Jude "1100110" Young
  • Lars T. Kyllingstad
Dependencies:
none
Versions:
6.1.2+zmq-4-3-2 2019-Nov-08
6.1.1+zmq-4-3-1 2019-Sep-15
6.1.0+zmq-4-3-0 2019-Sep-15
6.0.1+zmq-4-2-5 2019-Sep-15
6.0.0+zmq-4-2-4 2019-Sep-15
Show all 21 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 7 downloads this month

  • 154093 downloads total

Score:
2.4
Short URL:
zeromq.dub.pm