zeromq 4.0.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
The two files in examples/ were taken directly from that page.
Usage:
import deimos.zmq.zmq;
link your program with zmq, and Zap, Pow! (to quote the site) it works.
- Registered by Matt Soucy
- 4.0.0 released 10 years ago
- D-Programming-Deimos/ZeroMQ
- github.com/D-Programming-Deimos/ZeroMQ
- LGPL v3
- Authors:
- 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 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
2 downloads this month
-
154130 downloads total
-
- Score:
- 2.4
- Short URL:
- zeromq.dub.pm