Good day,
I am implementing a website that has to refresh data every seconds (there is a chat). I have made the website with setInterval and $.get but it is consuming a lot of requests on my server...(600 000 per day) So, I would like to know if the socket.io system would be more appropriate? or does it have the same effect as $.get requests?