From a43e6170bdc97a27602d7a75afcbb37e9d4e69e1 Mon Sep 17 00:00:00 2001
From: Garrett D'Amore
NNG, like its predecessors nanomsg (and to some extent -ZeroMQ), is a lightweight, brokerless library, +ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection -management, retries, and other comomon considerations, so that they +management, retries, and other common considerations, so that they can focus on the application instead of the plumbing.
This project offers both wire compatibility and API compability, +
This project offers both wire compatibility and API compatibility, so most nanomsg users can begin using NNG right away.
If you want to build with TLS support you will also need -mbedTLS. Seee docs/BUILD_TLS.html for details.
+mbedTLS. See docs/BUILD_TLS.html for details.