• bitfucker@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    1 month ago

    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.