Ruby rails: channels

From wikinotes
Revision as of 15:34, 8 August 2020 by Will (talk | contribs) (Created page with "Channels are the rails abstraction of websockets.<br> Create a channel, and you can subscribe to all messages written to the socket/stream. See https://nithinbekal.com/posts/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Channels are the rails abstraction of websockets.
Create a channel, and you can subscribe to all messages written to the socket/stream.

See https://nithinbekal.com/posts/rails-action-cable/