Scalable bidirectional communication over the Web
Recent advances in transports and frameworks have made it possible to deploy large-scale, low-latency bidirectional communication over HTTP without losing original benefits like scalability and safety. Wenbo Zhu offers an overview of the use cases for enabling bidirectional communication as well as a demo that runs a distributed, shared whiteboard application from a browser.
Talk Title | Scalable bidirectional communication over the Web |
Speakers | Wenbo Zhu (Google) |
Conference | O’Reilly Open Source Convention |
Conf Tag | |
Location | Austin, Texas |
Date | May 16-19, 2016 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Recent advances in transports and frameworks have made it possible to deploy large-scale, low-latency bidirectional communication over HTTP without losing original benefits like scalability and safety. Wenbo Zhu offers a high-level overview of the use cases for enabling bidirectional communication over the Web and over HTTP and provides a detailed analysis of several key scalability issues, including flow control, async APIs, reliability, multihoming support, and safety, as well as a demo that runs a distributed and shared whiteboard application from a browser. Related resources: Open source client Bidiweb GitHub Implications of Full-Duplex HTTP (article)