9
edits
Wilsonpage (talk | contribs) (Typo) |
Wilsonpage (talk | contribs) (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 | 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. |
edits