Skip to content

20_spa — the SPA world

Version: 0.1 · Last Updated: 2026-08-24 · Status: 🔴 DA REVISIONARE

The world that hosts a single-page site with live server-side state, standing on the machine of 10_server. A stateless front takes the request, an orchestration chain places every user in one process and keeps all his pages there, and the hosted site's own data plane lives in its bridge, attached through named seams. The last entry states the contract the hosted site implements, so the core never learns the site's own logic.

Entry In one line
010 spa-application one stable door to the hosted site, no state in the door
020 orchestration many users with live state, scaled across processes, never split
030 channel the wire: frames, hub, the lane
040 global-store one shared state, safe read-modify-write
070 console ask a live pool the questions nobody predicted
080 bridge-contract what genropy-asgi implements and consumes — generalized core, site logic in the bridge