I'm working on a real time web project, which looks for server information through SSE . That is, the first request is made to the server, after which the server will send a JSON every second or half second to the browser.
Thinking about an extreme situation (and that is possible in this project) where the browser will be open for a few months, working without being disconnected, my question is: does the JSON sent overload the Browser in any way? Is there any scenario that would justify refreshing the browser every X seconds because of some kind of overhead?