Wednesday
Room 6 - Level 5
10:20 - 11:20
(UTC+02)
Talk (60 min)
Adventures in Rendering Off the Main Thread
When building out the frontend for an application with strong real-time requirements, there are many considerations to make. How do we get initial data? How do we get subsequent updates? What happens if they lose connectivity?
JavaScript
Web
Web components provide an excellent model for progressively enhancing initial markup. Workers allow us to move, rendering off the main thread. In this talk, we'll demonstrate an architecture that scales down to any device with a spotty internet connection while scaling up to a fully realized real-time application.