Skip to content
Sergey Ivasenko edited this page Feb 8, 2016 · 2 revisions

NetMQ is a 100% native C# port of the lightweight messaging library ZeroMQ.

NetMQ extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. NetMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols, and more.

Full project documentation is available at netmq.readthedocs.org

Clone this wiki locally