|
@@ -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.
|
|
|
<br><br>
|