I am working on a project where I need to display all the activities of one user to another user on a web page. Essentially, the second user should be able to see everything that the first user is doing on their page.
While I know it can be done using AJAX or Websockets, I am looking for a simpler solution to achieve this functionality.
Do you have any ideas for a straightforward way to intercept the activity of another user?
I've searched through various resources but haven't come across a solution that satisfies my requirements.
Assuming I have control over the source code of this application, any suggestions or guidance would be greatly appreciated. Thank you in advance for your help.