summaryrefslogtreecommitdiffstats
path: root/libraries/zeromq/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/zeromq/README')
-rw-r--r--libraries/zeromq/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/zeromq/README b/libraries/zeromq/README
new file mode 100644
index 0000000000..fd4dccb76a
--- /dev/null
+++ b/libraries/zeromq/README
@@ -0,0 +1,6 @@
+The 0MQ lightweight messaging kernel is a library which extends the
+standard socket interfaces with features traditionally provided by
+specialised messaging middleware products. 0MQ sockets provide an
+abstraction of asynchronous message queues, multiple messaging patterns,
+message filtering (subscriptions), seamless access to multiple transport
+protocols and more.