> ## Documentation Index
> Fetch the complete documentation index at: https://docs.standardcomputers.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Standard System WebSocket Server and Client Overview

> Learn how Standard uses a WebSocket server/client model to connect your device to a relay and other child Standard System instances.

The Standard System uses a WebSocket server/client model to connect to a relay and other child Standard System instances. This architecture ensures that all communication between nodes is real-time, bidirectional, and secured — whether you are connecting from your local network or remotely through the Public Relay.

## How It Works

All communication between Standard System instances and clients occurs over WebSocket connections. Every app, interface, or third-party integration that communicates with your Standard System does so through the same secured channel, providing a consistent and auditable authentication boundary across all entry points.
