From fe527e31150d910437269710e6a856c146e4c073 Mon Sep 17 00:00:00 2001 From: notes Date: Thu, 4 Apr 2024 10:00:00 +0000 Subject: [PATCH] Snapshot --- Projects/bachelor/Notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Projects/bachelor/Notes.md b/Projects/bachelor/Notes.md index 5cd598f..2b093aa 100644 --- a/Projects/bachelor/Notes.md +++ b/Projects/bachelor/Notes.md @@ -1,6 +1,10 @@ # Notes + + +## Architecture + We need three major components to work together. I would love it if the node-store and the runtime are super loosely coupled so that they could be replaced by at will. So for example i could use the “server-runtime” that executes the node-graph on the server, or the “local” runtime that executes the node-graph locally. ## [[Projects/bachelor/NODE_INTERFACE]]