API reference / @evolu/common / Evolu/Owner / TransportConfig
Type Alias: TransportConfig
type TransportConfig = WebSocketTransportConfig;
Defined in: packages/common/src/Evolu/Owner.ts:184
Transport configuration for connecting to relays.
Each Owner can specify one or more transports to connect to different relays for data synchronization. Currently supports WebSocket transport, with future support planned for Bluetooth, LocalNetwork, and other protocols.