hyperlane-plugin-websocket 14.0.5

A WebSocket plugin for the Hyperlane framework, providing robust WebSocket communication capabilities and integrating with hyperlane-broadcast for efficient message dissemination.
Documentation
1
2
3
use crate::*;

pub(crate) static BROADCAST_MAP: OnceLock<WebSocket> = OnceLock::new();