Crate re_ws_comms
source ·Expand description
Communications between server and viewer.
Feature flags
-
client— Enable the client (viewer-side). -
server— Enable the server. -
tls— Enable encryption using TLS support (wss://).
Structs
- Represents a connection to the server. Disconnects on drop.
- Websocket host for relaying
LogMsgs to a web viewer. - Sync handle for the
RerunServer - Typed port for use with
RerunServer
Enums
Constants
Functions
- Add a protocol (
ws://orwss://) to the given address.