Skip to content

Commit bad9b86

Browse files
committed
docs: Refine FAQ metaphors for SEO clarity (closes #8359)
1 parent eb1b602 commit bad9b86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/portal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"name": "Why is Neo.mjs called an 'Application Engine' instead of a framework?",
172172
"acceptedAnswer": {
173173
"@type": "Answer",
174-
"text": "Traditional frameworks (Toyota) are libraries that help you organize code, but they compile away into ephemeral DOM nodes. Neo.mjs (F1) is a true runtime engine, similar to Unreal Engine for games. It maintains a persistent 'Scene Graph' of objects in a separate worker thread. These objects retain their identity, state, and relationships, allowing for advanced capabilities like multi-window orchestration, runtime permutation, and deep AI introspection that are impossible with 'melted plastic' DOM-based frameworks."
174+
"text": "Traditional frameworks are general-purpose libraries (like a Toyota) that help you organize code, but they compile away into ephemeral DOM nodes. Neo.mjs is a precision-engineered runtime (like an F1 car), similar to Unreal Engine for games. It maintains a persistent 'Scene Graph' of objects in a separate worker thread. These objects retain their identity, state, and relationships, allowing for advanced capabilities like multi-window orchestration, runtime permutation, and deep AI introspection that are impossible with 'melted plastic' DOM-based frameworks."
175175
}
176176
},
177177
{

0 commit comments

Comments
 (0)