Skip to main content

Module protocol

Module protocol 

Source

Structs§

ServerMessage
Server→client broadcast frame: channel data delivered to subscribers. Per the ActionCable wire protocol it carries no type tag — { "identifier": "...", "message": {...} }.

Enums§

CableFrame
ServerFrame
Server→client control frames — the ActionCable type-tagged messages (welcome, ping, confirm_subscription, reject_subscription).