Ask HN: How to sync up the experience for large number of users of a web app?
https://news.ycombinator.com/item?id=580642What's a reliable method for making sure that if 1,000 people are all using my web app to participate in the same thing that what they're seeing is always within a second or two of being totally in sync?
I'm looking for kind of a generic solution, but in the simplest scenario: Over the course of a minute I want to show 3 different pictures and when each one changes it should update on every user's screen at the same time regardless of when they loaded the page.