Am I right in thinking that the HTML5 peertopeerconnection() for enabling peer to peer communication between different computers browsing the same site has been dropped from the latest draft and has not been implemented? (see this previous question for more details).

link|improve this question

71% accept rate
Is this a valid question? Go to the latest draft and perform a CTRL+F for the above named constructor or find the Network Connections section, if it still exists. – austin cheney Mar 9 '10 at 12:09
I couldn't find any mention of it being dropped. Maybe it's been renamed or something. I can't find any discussion bar that stack-overflow question I linked. If nothing else, it would be good to help someone who might spend a couple hours trying to dig up info on it. – SystemicPlural Mar 9 '10 at 12:41
feedback

1 Answer

up vote 4 down vote accepted

Gone and replaced by WebSockets. See http://dev.w3.org/html5/pubnotes/Overview.html#network_wd2.

link|improve this answer
Thanks. Essentially it is gone in it's original form. – SystemicPlural Mar 11 '10 at 11:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.