nustack
ReferenceFabrics

Fabrics

A Fabric is the substrate a Ref lives on. One page per Fabric: the Refs it ships, the Interactions on top of them, the shape of what it stores.

FabricModuleWhat
memnu.memIn-process fabric: plain nested Python dicts as the data bag. Zero setup.
virtualsnu.vVirtual collections over any KV backend. Persistent, paged, view-composable.
uinu.uiReactive UI fabric: shape trees rendered live in the browser.
raynu.rayDistributed fabric backed by Ray actors and object refs.
invisiblesnu.invisiblesTransparent remote objects: local calls, remote execution.