This commit is contained in:
notes 2024-04-04 10:00:00 +00:00
parent 4d29a633eb
commit fe527e3115

View File

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