Frontmatter
| id | 9255 |
| title | Create Backend ("Fat Client") Guide for DevIndex |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Feb 22, 2026, 6:22 PM |
| updatedAt | Feb 22, 2026, 6:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9255 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 22, 2026, 6:27 PM |
Create Backend ("Fat Client") Guide for DevIndex
tobiu assigned to @tobiu on Feb 22, 2026, 6:22 PM

tobiu
Feb 22, 2026, 6:27 PM
Input from Gemini 3 Pro:
✦ I have completed the creation of the
Backend.mdguide for DevIndex.Key additions:
- Explained the "Fat Client" architecture and how the
users.jsonlfile acts as the backend.- Detailed the pragmatic FOSS and GitHub Pages hosting constraints.
- Documented the streaming architecture using
Neo.data.proxy.Stream.- Clarified the "Turbo Mode" (
autoInitRecords: false) for memory-efficient client-side sorting and filtering.- Highlighted the zero-overhead virtual fields feature using
Neo.data.RecordFactory.- Updated
tree.jsonto link the new guide and replace the "Architecture" dummy.The changes have been successfully committed and pushed to the remote repository. Closing this issue.
tobiu closed this issue on Feb 22, 2026, 6:27 PM
Objective: Replace the dummy "Architecture" guide in the DevIndex data factory learning path with a new "Backend" guide. This guide explains the "Fat Client" twist of the DevIndex application—specifically that it lacks a traditional backend server and instead relies on streaming a static
users.jsonlfile.Tasks:
learn/guides/devindex/Backend.md.Neo.data.proxy.Stream,ReadableStream, andprogressiveChunkSize.autoInitRecords: false) and "Soft Hydration" for memory-efficient sorting/filtering.Neo.data.RecordFactory.learn/guides/devindex/tree.jsonto link the new guide.