02
server / RPCStart server boundary
Place SSR, Server Functions, and external Server Routes at the correct execution boundary.
The shared concepts sit in the middle. The left teaches them to a beginner; the right compresses them into engineering contracts an agent can retrieve.
Place SSR, Server Functions, and external Server Routes at the correct execution boundary.
Use a Server Route to expose explicit status, caching, security, and input contracts to external callers.
Choose the correct middleware scope for requests and Server Functions, then advance the chain explicitly.