Gaia/Architecture Proposal: Difference between revisions

Typo
(Typo)
(Typo)
Line 274: Line 274:
[[File:Gaia Architecture Proposal BackEnd Overview.png]]
[[File:Gaia Architecture Proposal BackEnd Overview.png]]


As described previously the back-end is a set of capsules, specialized to resolve specific needs. Those needs can be related to a specific panel, or the needs of an other back-end capsule.
As described previously the back-end is a set of capsules, specialized to resolve specific needs. Those needs can be related to a specific panel, or the needs of another back-end capsule.


None of the back-end code is allowed to touch the DOM. The DOM is purely own by the front-end side, and since the back-end can run in a Worker accessing the DOM directly is not an option.
None of the back-end code is allowed to touch the DOM. The DOM is purely own by the front-end side, and since the back-end can run in a Worker accessing the DOM directly is not an option.
9

edits