webtorrent / webtorrent-hybrid

WebTorrent (with WebRTC support in Node.js)
https://webtorrent.io
MIT License
519 stars 98 forks source link

Replaced `electron-webrtc` with `wrtc`. #83

Closed surprisetalk closed 5 years ago

surprisetalk commented 6 years ago

wrtc@0.1.6 is now published to NPM and working on Node.js! Hooray!

This should solve issue #76 .

If you're curious on how the problem was solved, feel free to check out this issue in node-webrtc.

kdiogenes commented 6 years ago

This works awesome, merge please!

lacker commented 5 years ago

Any idea when this will get into a new version of the npm module? This seems like a much cleaner way to do things than the electron subprocess.

feross commented 5 years ago

@surprisetalk Thanks for making this change. Seems to work a lot better with wrtc! :)