Browse Source

kvs_stream

Namdak Tonpa 7 years ago
parent
commit
d9ccc21f74
1 changed files with 4 additions and 1 deletions
  1. 4 1
      man/kvs_stream.htm

+ 4 - 1
man/kvs_stream.htm

@@ -38,7 +38,10 @@
    When you consume the stream, the data is not deleted.</p>
 
    <p>This module could be used to manage different kinds of lists
-      including doubly-linked lists on top of any KV storage.</p>
+      including doubly-linked lists on top of any KV storage.
+      The possible applications are: public and private feeds,
+      unread messages, processing queues with different speed
+      of producing and consuming, chat applications, blockchain applications, etc.</p>
 
    <p>You can download <a style="margin-bottom:30px;" href="https://raw.githubusercontent.com/synrc/kvs/master/src/kvs_stream.erl">kvs_stream</a> as it's a self-containing module.
             &nbsp; <br><br>