Restspace v2 — User Manual

Comprehensive documentation for building on the Restspace v2 (RS2) runtime.

Who this is for. Anyone comfortable with HTTP, JSON, and a little JavaScript — roughly a mid-range front-end developer — who wants to stand up a backend out of composable services without writing a traditional server. No Rust or systems-programming background is assumed. Each part builds on the one before, so a first read works front-to-back; later it doubles as a reference.


Table of Contents

Part 1 — Orientation

Part 2 — Getting Started

Part 3 — Core Concepts

Part 4 — Storing Files and Data

Part 5 — Authentication & Access Control

Part 6 — Querying and Rendering Data

Part 7 — Composing with Pipelines

Part 8 — Custom Services (Your Own Code)

Part 9 — The HTTP API & Cross-Cutting Behavior

Part 10 — Operating a Node

Part 11 — Migrating from v1 Restspace

Appendices