Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webbt

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webbt

web bt client for electron

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

webbt

Web BT for electron

注意:

开发中,测试中...

设计目标:

前端 webtorrent 是一个非常优秀的bt分享项目,很适合视频流分享也有很好的兼容性我也从中借鉴了许多,我希望webbt项目更适于web(electron),nodejs客户端间的文件分享(文件块非顺序请求,减少内存的占用以便同时分享更多文件,局域性的文件分享而非开发式的)

最大可传单文件大小

64G (BITFIELD_GROW)

依赖的第三方服务:

  • STUN(必须 nat)
  • TRUN(可选 中继服务)
  • Signaling(必须 nat 信令)
  • Tracker(必须 bit tracker)

前两者(STUN, TRUN)服务可以在网上找, Signaling和Tracker我使用Centrifuge(一种websocket)实现

资料文档

参考项目:

  • js项目: Peers, simple-peer, bitorrent-protocol, webtorrent
  • C 项目: bittorrent-lib

FAQs

Package last updated on 07 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc