Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upavoid using node.js #279
Closed
avoid using node.js #279
Comments
This comment has been minimized.
This comment has been minimized.
|
WebTorrent works in the browser without node.js. But you can't just paste in any random magnet uri or .torrent file. In the browser, WebTorrent can only download torrents that are explicitly seeded to the WebTorrent network. Desktop torrent clients need to support WebRTC to peer with web browsers. Currently, no clients support it but you can use http://instant.io/ to seed torrents to the WebTorrent network. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys i apologize for the previous issue.
Im trying to use only webtorrent without using node.js. I installed your webtorrent.min.js in my apache server and used in the following example.
But the next code does nothing. What am i doing wrong?
node.js is necessary? or just the browser?