From e789796ea8feea9e9cd3ace5611bc0de6976ecca Mon Sep 17 00:00:00 2001 From: Doug Hoyte Date: Thu, 4 May 2023 15:58:18 -0400 Subject: [PATCH] docs --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 289aed4..f481b77 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,13 @@ This repo contains the protocol specification, reference implementations, and te * [Range](#range) * [Message](#message) * [Analysis](#analysis) -* [APIs](#apis) +* [Reference Implementation APIs](#reference-implementation-apis) * [C++](#c) * [Javascript](#javascript) * [Implementation Enhancements](#implementation-enhancements) * [Deferred Range Processing](#deferred-range-processing) * [Pre-computing](#pre-computing) +* [Use-Cases](#use-cases) * [Copyright](#copyright) @@ -188,7 +189,7 @@ The amount of bandwidth consumed will grow linearly with the number of differenc -## APIs +## Reference Implementation APIs ### C++ @@ -285,6 +286,12 @@ How or if this is implemented is independent of the protocol as described in thi +## Use-Cases + +* [Bandwidth-efficient Nostr event syncing](https://github.com/hoytech/strfry/blob/next/docs/negentropy.md) + + + ## Copyright (C) 2023 Doug Hoyte