Web-requests typically follow a request-reply pattern. However, ZeroMQ has severe restrictions on using REQ-REP patterns in an asynchronous way. NanoMsg attempts to solve this strictness of REQ-REP by fusing them with reconnect capabilities and load-balancing features.
Continue reading