votes
Need to implement a live update feature showing all recent changes in records
I need to implement a live update feature in my webapp. Whenever there is a status change (update) happening in my table for a record i need to keep showing them on the page. What would be the best way to implement such feature?
