From 21ed521559467796ce875038d189abef8b3b6939 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:51:04 -0700 Subject: [PATCH] Update design_overview.md --- doc/design_overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/design_overview.md b/doc/design_overview.md index 9ad5d9841..03004ff9a 100644 --- a/doc/design_overview.md +++ b/doc/design_overview.md @@ -12,6 +12,10 @@ Databag hopes to break the technological barrier by supporting consumer electron Within the Databag system, clients connect to nodes with both a websocket and a REST API. The websocket is used to communicate events while the REST API transfers the content. The nodes also communicate events between each other over a notification connection. However, importantly no content is synchronized between nodes. +
+ +
+ When a subject posts data that is shared with another contact to the subject’s node: 1. Subject’s node receives the data from the subject’s client over the REST API. 2. Subject’s node notifies the contact’s node over the Notification Endpoint.