If you have ever built a dashboard or an operations screen, you know the problem. You want the numbers on screen to reflect what is actually happening on the server, but you also do not want to write a polling loop that fires a request every second and hammers your backend whether or not anything has changed. There has to be a better way.
For a large class of update-heavy scenarios, that better…




