This question has already been answered:
Is it possible to use Jquery ajax
implement interaction between users?
Two users have logged into the site, one of them makes a change to the database, which is accessed simultaneously (for example: the contents of which are open in both - they simultaneously see the same data), and that the second user needs after saving these data without reloading the page - saw them!
Is it possible to do this on jQuery ajax? Or need some other technology?