CommentSep 2, 20161You can use websockets and angular events. Fire a specific event when data is pushed from server, and update the entire dashboard or a specific component based on the event.How to implement updates from server for a page like dashboard using AngularJS 1.x?