Expand description
WebSocket Secure (WSS) transport for the RPC layer.
Mirrors the Unix socket transport (unix.rs) but uses TLS-encrypted
WebSocket connections, enabling remote TUI-to-daemon connectivity.
Structs§
Functions§
- build_
tls_ acceptor - Build a
TlsAcceptorfrom PEM-encoded cert and key files. - run_
wss_ listener - Run the WSS RPC listener as a daemon subsystem.