Runtime Overview
The execution engine of OpenNexus
Understand how OpenNexus executes applications through the Runtime layer. This page demonstrates PageData's narrative blocks.
Caratteristiche
Discovery-based page finding without manual routing
ApplicationContext for request-scoped execution
Render PageData through appropriate template
What is the Runtime?
The Runtime is the execution engine of OpenNexus. It orchestrates the entire lifecycle of a page: from discovery through resolution, normalization, to rendering. The Runtime does not define content—it executes what applications declare.
Core Responsibilities
The Runtime handles three key operations: Page Resolution (finding pages through Discovery), Context Management (ApplicationContext for each request), and Template Execution (rendering PageData through the appropriate template).
Narrative Blocks
This page demonstrates the new narrative blocks in PageData. The journey block below guides you through related concepts. The relatedPages block connects to other important pages. The references block provides further reading.