CommentAug 4, 20163I'd go for WebSockets or Server-sent Events if you have control over backend, or polling if you don't.How to implement updates from server for a page like dashboard using AngularJS 1.x?