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://
).
Modules§
Structs§
- Websocket host for relaying [
LogMsg
]s to a web viewer. - Typed port for use with
RerunServer
Enums§
- Failure to host the Rerun WebSocket server.
Constants§
- PREFIX 🔒
Functions§
- Add a protocol (
ws://
orwss://
) to the given address. - Connect viewer to server