slackbuilds/libraries/nng
Andrea Sacchetti Picchio 0aaf54d343
libraries/nng: Updated for version 1.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-11-09 06:43:19 +07:00
..
README
nng.SlackBuild libraries/nng: Updated for version 1.9.0. 2024-11-09 06:43:19 +07:00
nng.info libraries/nng: Updated for version 1.9.0. 2024-11-09 06:43:19 +07:00
slack-desc

README

NNG, like its predecessors nanomsg (and to some extent 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 common considerations, so
that they can focus on the application instead of the plumbing.