//! Node-network support for server-mode multi-node deployments.
//!
//! This module defines the stable user-facing node concepts used by the
//! server-mode WSS transport. Low-level frame formats and session registries
//! remain internal implementation details.
pub
pub
pub
pub
pub
pub use NodeRole;