http://hekad.readthedocs.org/en/latest/sandbox/index.html#sa...
A ZeroMQ proxy using a ROUTER/DEALER pair with a bunch of REP sockets in the background.
The clients use a simple REQ socket.
All in plain old C using ZeroMQ and jansson for JSON while conforming to the json-rpc 2.0 spec.
What are the advantadges of ZeroMQ when you're still on one computer?