forked from D-Programming-Deimos/ZeroMQ
-
Notifications
You must be signed in to change notification settings - Fork 0
D interface to ZeroMQ library
reiroldan/ZeroMQ
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
About
D interface to ZeroMQ library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 50.0%
- D 50.0%