Skip to main content
The standalone server is a runtime process, not a complete production platform.

Production checklist

Ownership boundary

A non-loopback bind is not a security boundary. allowRemote: true adds no authentication, TLS, or network policy.

Authentication

Establish caller identity and resolve downstream credentials.

Storage

Replace process-local state with a durable backend.

Telemetry

Export privacy-safe logs, traces, and audit signals.

Server properties

Keep local runtime settings separate from platform operations.