WebRTC DataChannels just hit Chrome stable
cdn.peerjs.com
WebRTC DataChannels just hit Chrome stable
1–10 of 26 posts
Re: WebRTC DataChannels just hit Chrome stable
#2Re: WebRTC DataChannels just hit Chrome stable
#3Must stay up all night and develop first DataChannel based P2P BitTorrent style file sharing implementation tonight..
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
#4So 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
#5The 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
#6Re: WebRTC DataChannels just hit Chrome stable
#7The 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
#8Re: WebRTC DataChannels just hit Chrome stable
#9Must 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
#10Must stay up all night and develop first DataChannel based P2P BitTorrent style file sharing implementation tonight..