Are you building a chat app, a way to see users’ online status or a real-time collaboration dashboard?
All of these use cases have one thing in common: Somehow the user-facing application needs to be informed in real-time about events that happen on the backend of your application.
In this talk, we’ll look closely at common approaches like polling, application-level updates and pub-sub systems. We’ll explain the tradeoffs with each approach and elaborate why another approach, called Change Data Capture (CDC), is the most elegant and robust way to achieve this.
This talk has been presented at Node Congress 2024, check out the latest edition of this JavaScript Conference.
Comments