Livelook.com “shares” screens, without requiring the shared parties to download and install anything. These are my guesses about how this works:
The proxy server monitors the shared parties that are simultaneously viewing the same site (thus, it does not actually work on the screen)
The interaction is "recorded" using javascript on the host side, and then serialized to the javascript (ajax) client, which then must de-serialize the actions from the host and simulate the behavior.
Does anyone have this?
source
share