Skip to content

1100110/ZeroMQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • D 51.7%
  • C 48.3%