Skip to main content

Module websocket

Module websocket 

Source
Expand description

WebSocket Server implementation

This module implements WebSocket functionality:

  • WebSocket protocol handshake
  • Frame handling and parsing
  • Connection management
  • Message broadcasting
  • Heartbeat and ping/pong

Structs§

WebSocketConnection
WebSocket connection info
WebSocketHandler
WebSocket connection handler
WebSocketServer
WebSocket server with connection management

Enums§

WebSocketMessage
WebSocket message types