ZeroMQ
https://zeromq.orgZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast.
ZeroMQ test · GitHub
https://gist.github.com/rasmuskl/1455681ZeroMQ test. Raw. Client.cs. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters. using System; using System. Diagnostics;