I'm building web chat application using Code Igniter
. In this chat app, there is only one channel / room. I'd like to know what's the best practice to store data whether using database or file in order to save bandwith and page load.
p.s : I use
javascript
setInterval
to load chat div every x seconds.