diff options
Diffstat (limited to 'net/zeromq/DESCR')
-rw-r--r-- | net/zeromq/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/zeromq/DESCR b/net/zeromq/DESCR new file mode 100644 index 00000000000..5f7f074b47c --- /dev/null +++ b/net/zeromq/DESCR @@ -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. |