427
Asking the important questions
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
What kind of polling are we talking about? If you are talking about realtime data, SSE doesn't solve that either. You need SSE or WebSocket for that (maybe even WebRTC). If what you mean is that every time the page is refreshed then the data is reloaded, it is no different than polling.