Node.js used to mirror DOM across browsers
screentoaster.com
Node.js used to mirror DOM across browsers
1–10 of 53 posts
Re: Node.js used to mirror DOM across browsers
#2Re: Node.js used to mirror DOM across browsers
#3Sounds like a security risk to me. If someone tricks you into starting this they could follow you to other websites and collect data.
Re: Node.js used to mirror DOM across browsers
#4Re: Node.js used to mirror DOM across browsers
#5Re: Node.js used to mirror DOM across browsers
#6Really good demo. I see multiple business ideas in there.
Re: Node.js used to mirror DOM across browsers
#7Sounds like a security risk to me. If someone tricks you into starting this they could follow you to other websites and collect data.
Security risk in what? Users not paying attention to the URL bar?
A similar attack would be to override the back button. You know those sites where the back button takes you to a redirect that takes you to the same page? Take one of those, but on the redirect page save the referring URL. Then when the user hits back, have the redirect page start the session sharing and redirect to the referrer. Sounds plenty dangerous to me.
Re: Node.js used to mirror DOM across browsers
#8Re: Node.js used to mirror DOM across browsers
#9Sounds like a security risk to me. If someone tricks you into starting this they could follow you to other websites and collect data.
Re: Node.js used to mirror DOM across browsers
#10It's not necessarily the DOM sharing, which is cool enough. I just think that the emergence of sockets in new browsers is going to bring in the "next level", whatever that ends up being.
Seriously incredible, especially considering the development timeframe.