All Projects → webtorrent → Webtorrent Hybrid

webtorrent / Webtorrent Hybrid

Licence: mit
WebTorrent (with WebRTC support in Node.js)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webtorrent Hybrid

Bittorrent Tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation
Stars: ✭ 1,184 (+180.57%)
Mutual labels:  webrtc, torrent, bittorrent, webtorrent, browser
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+5955.45%)
Mutual labels:  webrtc, torrent, bittorrent, webtorrent, browser
Magnet Uri
Parse a magnet URI and return an object of keys/values
Stars: ✭ 183 (-56.64%)
Mutual labels:  torrent, bittorrent, webtorrent, browser
Bittorrent Protocol
Simple, robust, BitTorrent peer wire protocol implementation
Stars: ✭ 279 (-33.89%)
Mutual labels:  torrent, bittorrent, webtorrent, browser
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-91.23%)
Mutual labels:  torrent, bittorrent, webrtc, webtorrent
Parse Torrent
Parse a torrent identifier (magnet uri, .torrent file, info hash)
Stars: ✭ 325 (-22.99%)
Mutual labels:  torrent, bittorrent, webtorrent, browser
Wt Tracker
High-performance WebTorrent tracker
Stars: ✭ 144 (-65.88%)
Mutual labels:  webrtc, torrent, bittorrent, webtorrent
Torrent Discovery
Discover BitTorrent and WebTorrent peers
Stars: ✭ 177 (-58.06%)
Mutual labels:  torrent, bittorrent, webtorrent, browser
Create Torrent
Create .torrent files
Stars: ✭ 264 (-37.44%)
Mutual labels:  torrent, bittorrent, webtorrent, browser
parse-torrent-file
DEPRECATED: Parse a .torrent file and return an object of keys/values
Stars: ✭ 62 (-85.31%)
Mutual labels:  torrent, bittorrent, webtorrent
Webtorrent Cli
WebTorrent, the streaming torrent client. For the command line.
Stars: ✭ 633 (+50%)
Mutual labels:  webrtc, bittorrent, webtorrent
Instant.io
🚀 Streaming file transfer over WebTorrent (torrents on the web)
Stars: ✭ 2,954 (+600%)
Mutual labels:  webrtc, bittorrent, webtorrent
Planktos
Serving websites over bittorrent
Stars: ✭ 481 (+13.98%)
Mutual labels:  webrtc, bittorrent, webtorrent
Torrentpier
Main project repository
Stars: ✭ 166 (-60.66%)
Mutual labels:  torrent, bittorrent, webtorrent
P2p Media Loader
An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page
Stars: ✭ 822 (+94.79%)
Mutual labels:  webrtc, bittorrent, webtorrent
Webtorrent Desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
Stars: ✭ 8,587 (+1934.83%)
Mutual labels:  webrtc, bittorrent, webtorrent
Nile.js
Server
Stars: ✭ 1,757 (+316.35%)
Mutual labels:  webrtc, torrent, webtorrent
Bittorrent Peerid
Map a BitTorrent peer ID to a human-readable client name and version
Stars: ✭ 47 (-88.86%)
Mutual labels:  torrent, bittorrent, webtorrent
Magnet Player
🎥 A place for streaming torrents directly from your browser
Stars: ✭ 346 (-18.01%)
Mutual labels:  webrtc, torrent, webtorrent
ut pex
Implementation of ut_pex bittorrent protocol (PEX) for webtorrent
Stars: ✭ 54 (-87.2%)
Mutual labels:  torrent, bittorrent, webtorrent

webtorrent-hybrid travis npm downloads javascript style guide

Streaming torrent client (with WebRTC support in Node.js)

In node.js, the webtorrent package only connects to normal TCP/UDP peers, not WebRTC peers. If you want to connect to all types of peers, including WebRTC peers, from node.js, you need to use this package (webtorrent-hybrid).

Install

To install WebTorrent:

npm install webtorrent-hybrid

To install a webtorrent-hybrid command line program, run:

npm install webtorrent-hybrid -g

Usage

webtorrent-hybrid has the same command line interface (CLI) and module API as webtorrent. Just require('webtorrent-hybrid') instead of require('webtorrent').

See the WebTorrent docs.

License

MIT. Copyright (c) Feross Aboukhadijeh and WebTorrent, LLC.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].