Skip to main content

2 docs tagged with "Architecture"

View all tags

Designing Feature-Rich Applications

Modern applications, especially those that serve as platforms, often encapsulate vast internal capabilities but present only a small, curated subset of those to end-users through the public API, web app, or mobile UX. This approach offers multiple benefits: performance, simplicity, security, and fine-grained control over access and customization.

Project Architecture Overview

This page summarizes how the ValorIDE repository is organized and where the extension’s major runtime components live.