Live data from Hacker News

WebRTC DataChannels just hit Chrome stable

cdn.peerjs.com

1–10 of 26 posts

Re: WebRTC DataChannels just hit Chrome stable

#3
post #2

Must stay up all night and develop first DataChannel based P2P BitTorrent style file sharing implementation tonight..

Make haste! People on Canary had a head start :P.

Also note that currently DataChannels do not support reliable transfer and have a small MTU, so sending enormous files does not yet work. With PeerJS you can send smaller files, but larger ones will take an unreasonable amount of time.

Re: WebRTC DataChannels just hit Chrome stable

#4
The docs say "Note that the server is only for brokering connections and does not proxy data between peers."

So what browser API does the PeerJS use to exchange data with something other than a server, particularly another browser?

Is this it? https://tools.ietf.org/html/draft-jesup-rtcweb-data-protocol...

Re: WebRTC DataChannels just hit Chrome stable

#5
post #4

The docs say "Note that the server is only for brokering connections and does not proxy data between peers." So what browser API does the PeerJS use to exchange data with something other than a server, particularly another browser? Is this it? https://tools.ietf.org/html/draft-jesup-rtcweb-data-protocol...

Yep, that's it.

Re: WebRTC DataChannels just hit Chrome stable

#7
post #4

The docs say "Note that the server is only for brokering connections and does not proxy data between peers." So what browser API does the PeerJS use to exchange data with something other than a server, particularly another browser? Is this it? https://tools.ietf.org/html/draft-jesup-rtcweb-data-protocol...

Yep, that's it.

          8.  Security Considerations

             To be done.
:-(

Re: WebRTC DataChannels just hit Chrome stable

#9
post #2

Must stay up all night and develop first DataChannel based P2P BitTorrent style file sharing implementation tonight..

Make haste! People on Canary had a head start :P. Also note that currently DataChannels do not support reliable transfer and have a small MTU, so sending enormous files does not yet work. With PeerJS you can send smaller files, but larger ones will take an unreasonable amount of time.

And it's been in Firefox for a while too. (Nightly only, maybe?)

Re: WebRTC DataChannels just hit Chrome stable

#10
post #2

Must stay up all night and develop first DataChannel based P2P BitTorrent style file sharing implementation tonight..

I was surprised Bittorent was working on a plugin for the browsers, instead of using this. Same for their live streaming tech. It would be much better if you didn't need extra software/plugins to install to use it.
Post reply on HN