Socket.io newsfeed?

Guys, i wanted to ask what is the best way to show news on the page, using a service which refreshes http get call every x minutes or the best approach would be socket.io? If socket, do i need to use rabbitmq or some other queing service? Or shoild i use firebase? Im a little confused, what is the most appropriate path for this.

Thanks.

I think socket.io is overwhelming for this kind of stuff,
just google for some examples of services loading stuff on ionViewLoaded, i think it’s enough to have an updated list of articles.