I am creating a PHP application where I want one user to write to a database. It should be reflected for all users who have this application open in their browser, will receive an instant notification that some data has been updated in the database or with any data that has been inserted.
Is there a way to get real-time notification of entered or updated data? On all open browsers without any delay.
Now we are using AJAX. But it looks like our application is slow due to an ongoing request. Any other way? It's free.
Thank!
source
share