WebRTC is almost here, and it will change the web
venturebeat.com
WebRTC is almost here, and it will change the web
1–10 of 93 posts
Re: WebRTC is almost here, and it will change the web
#2The two things combined should remove a lot of middlemen.
Re: WebRTC is almost here, and it will change the web
#3That's not quite right. Microsoft invented XMLHTTP, the interface which XHR is based on, in '98 or '99 for Outlook Web Access.
Re: WebRTC is almost here, and it will change the web
#4>This is the most significant step forward in web browser connectivity since 2004, when Google launched Gmail and AJAX was coined That's not quite right. Microsoft invented XMLHTTP, the interface which XHR is based on, in '98 or '99 for Outlook Web Access.
Re: WebRTC is almost here, and it will change the web
#5At the moment, NAT means that lots of connections have to go through a central server, at least to set up the connection. With IPv6, that need should vanish (providing you aren't firewalled by your router). The two things combined should remove a lot of middlemen.
Re: WebRTC is almost here, and it will change the web
#6At the moment, NAT means that lots of connections have to go through a central server, at least to set up the connection. With IPv6, that need should vanish (providing you aren't firewalled by your router). The two things combined should remove a lot of middlemen.
Re: WebRTC is almost here, and it will change the web
#7At the moment, NAT means that lots of connections have to go through a central server, at least to set up the connection. With IPv6, that need should vanish (providing you aren't firewalled by your router). The two things combined should remove a lot of middlemen.
Exactly. Almost everyone is behind a router so there is no way this is going to be as useful as stated in the article.
Re: WebRTC is almost here, and it will change the web
#8Re: WebRTC is almost here, and it will change the web
#9At the moment, NAT means that lots of connections have to go through a central server, at least to set up the connection. With IPv6, that need should vanish (providing you aren't firewalled by your router). The two things combined should remove a lot of middlemen.
Exactly. Almost everyone is behind a router so there is no way this is going to be as useful as stated in the article.
Nah, everyone is just claiming this to be awesome and just happened to forget about NAT routers....
Re: WebRTC is almost here, and it will change the web
#10At the moment, NAT means that lots of connections have to go through a central server, at least to set up the connection. With IPv6, that need should vanish (providing you aren't firewalled by your router). The two things combined should remove a lot of middlemen.
(4 months ago I had a demo working using ROAP and STUN before they switched to JSEP. I'm literally in the middle of upgrading it to the new API.)
The "setup" for the connections in the central server is trivial with a tiny websockets server and a few messages shuttled back and forth.