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]]