Skip to main content

Module wss

Module wss 

Source
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§

WssTransport

Functions§

build_tls_acceptor
Build a TlsAcceptor from PEM-encoded cert and key files.
run_wss_listener
Run the WSS RPC listener as a daemon subsystem.