Enabling Collaboration with Realtime Services at Scale - Sergey Tselovalnikov, Canva

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025
  • Enabling Collaboration with Realtime Services at Scale - Sergey Tselovalnikov, Canva
    In many web applications, the majority of client-server interactions can be expressed with the request-response paradigm, which maps pretty well to HTTP. However, in an application that is highly collaborative, where users can interact with each other, the request-response paradigm hits its limits. Users expect to see each other’s actions reflected as soon as possible and have become accustomed to real-time collaborative experiences. In the real-time world, it is useful for backends to push data to the clients before it's requested. Building such a system is difficult when the number of clients is large. At Canva, we enabled our users to collaborate with each other by introducing services that support bidirectional streaming with RSocket. This talk discusses the challenges that we faced building these services, and the solutions we used to ensure our reliability requirements were met.

Комментарии •