Skip to content

Real time collaboration overview

Nicu Listana edited this page Mar 11, 2020 · 2 revisions

Action Cable

Action Cable Sequence Diagram

To view, paste the sequence text in this viewer.

title Example Action Cable Sequence

Postgres->Client: fetch updated data from database
Client->ActionCable: subscribe to channel
ActionCable->Client: receives channel broadcasted data from other clients
Client->ActionCable: broadcasts updates to channel
Client->Postgres: persist data to database
Clone this wiki locally