ShareIt-project / ShareIt

Peer-to-Peer filesharing in pure client-side Javascript
shareit.es
139 stars 32 forks source link

Use native DataChannels #100

Open piranna opened 11 years ago

piranna commented 11 years ago

Use native DataChannels instead of the polyfill backend, both directly on a specific branch or improving the polyfill itself.

piranna commented 11 years ago

Fixed on Chromium_v28 branch using native DataChannels, work in progress to add reliable inside DataChannel polyfill.

piranna commented 11 years ago

Comunications with reliable library is terribly slow, don't know because the library of Chrome implementation of native DataChannels. Seems that the best option would be to deprecate it when reliable native support is available...