Is it possible to share someone's screen by only copying the DOM, JS, and CSS?

EstraO75

New Member
Is it possible to essentially share someone's screen by first copying the HTML, JS, CSS, and anything else relevant then pushing all this to the viewer's screen? I'm thinking of an implementation where I inject my JavaScript into a page that I want to share, open a Websocket to my server, and attach events to the DOM to record changes to the DOM to push through the socket. Are there any performance complications with this methodology?
 
Back
Top