The hyperlane framework supports WebSocket protocol natively, simplifying WebSocket request handling for developers.Server-side implementations of both point-to-point and broadcast messaging are demonstrated using hyperlane.Broadcasting is implemented using tokio::broadcast, enabling multiple clients to share a message channel in server broadcast mode.Hyperlane provides a unified interface for handling WebSocket messages, making real-time WebSocket-based service development easier.