Please enable JavaScript.
Coggle requires JavaScript to display documents.
Action Cable (Client-Server Interactions (Streams : channels route…
-
The parent connection is responsible for authentication and authorization and make sure user be allowed listen to this channel.
-
-
A channel encapsulates a logical unit of work, similar to what a controller
-
-
Streams : channels route published content (broadcasts) to their subscribers.
Broadcasting : A broadcasting is a pub/sub link where anything transmitted by a publisher is routed directly to the channel subscribers who are streaming that named broadcasting
Subscriptions : Incoming messages are then routed to these channel subscriptions based on an identifier sent by the cable consumer.
-
-