Best way to update view due to database changes in a Laravel + AngularJS app?
I am building an app using AngularJS and Laravel. For a database change to take instant effect in the view, I am running a fetchResults
function every second. Works, but feels wrong. What are the other ways to achieve this?