文件名称:webtorrent-hybrid:WebTorrent(在 Node.js 中支持 WebRTC)
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-18 05:52:51
nodejs javascript torrent browser bittorrent
webtorrent-混合 流式种子客户端(在 Node.js 中支持 WebRTC) 在 node.js 中, webtorrent包只连接到普通的 TCP/UDP 对等点,而不是 WebRTC 对等点。 如果你想从 node.js 连接到所有类型的对等点,包括 WebRTC 对等点,你需要使用这个包( webtorrent-hybrid )。 安装 安装 WebTorrent: npm install webtorrent-hybrid 要安装webtorrent-hybrid命令行程序,请运行: npm install webtorrent-hybrid -g 用法 webtorrent-hybrid具有相同的命令行接口(CLI)和模块API作为 。 只需require('webtorrent-hybrid')而不是require('webtorrent') 。 请参阅。
【文件预览】:
webtorrent-hybrid-master
----Dockerfile(372B)
----lib()
--------global.js(252B)
----.npmignore(22B)
----examples()
--------node-seed.js(297B)
--------node-download.js(669B)
----.travis.yml(37B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(13B)
----index.js(152B)
----bin()
--------cmd.js(80B)
----package.json(1KB)