All Projects → BubuAnabelas → CheckWebPeer

BubuAnabelas / CheckWebPeer

Licence: MIT license
Check WebRTC peers of torrents.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to CheckWebPeer

Bittorrent Protocol
Simple, robust, BitTorrent peer wire protocol implementation
Stars: ✭ 279 (+1368.42%)
Mutual labels:  torrent, bittorrent, webtorrent
ut pex
Implementation of ut_pex bittorrent protocol (PEX) for webtorrent
Stars: ✭ 54 (+184.21%)
Mutual labels:  torrent, bittorrent, webtorrent
Parse Torrent
Parse a torrent identifier (magnet uri, .torrent file, info hash)
Stars: ✭ 325 (+1610.53%)
Mutual labels:  torrent, bittorrent, webtorrent
parse-torrent-file
DEPRECATED: Parse a .torrent file and return an object of keys/values
Stars: ✭ 62 (+226.32%)
Mutual labels:  torrent, bittorrent, webtorrent
Wt Tracker
High-performance WebTorrent tracker
Stars: ✭ 144 (+657.89%)
Mutual labels:  torrent, bittorrent, webtorrent
Create Torrent
Create .torrent files
Stars: ✭ 264 (+1289.47%)
Mutual labels:  torrent, bittorrent, webtorrent
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+134394.74%)
Mutual labels:  torrent, bittorrent, webtorrent
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (+94.74%)
Mutual labels:  torrent, bittorrent, webtorrent
Bittorrent Tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation
Stars: ✭ 1,184 (+6131.58%)
Mutual labels:  torrent, bittorrent, webtorrent
Bittorrent Peerid
Map a BitTorrent peer ID to a human-readable client name and version
Stars: ✭ 47 (+147.37%)
Mutual labels:  torrent, bittorrent, webtorrent
Webtorrent Hybrid
WebTorrent (with WebRTC support in Node.js)
Stars: ✭ 422 (+2121.05%)
Mutual labels:  torrent, bittorrent, webtorrent
Torrent Discovery
Discover BitTorrent and WebTorrent peers
Stars: ✭ 177 (+831.58%)
Mutual labels:  torrent, bittorrent, webtorrent
Bittorrent Dht
🕸 Simple, robust, BitTorrent DHT implementation
Stars: ✭ 1,004 (+5184.21%)
Mutual labels:  torrent, bittorrent, webtorrent
Torrentpier
Main project repository
Stars: ✭ 166 (+773.68%)
Mutual labels:  torrent, bittorrent, webtorrent
Magnet Uri
Parse a magnet URI and return an object of keys/values
Stars: ✭ 183 (+863.16%)
Mutual labels:  torrent, bittorrent, webtorrent
autobrr
Automation for downloads.
Stars: ✭ 288 (+1415.79%)
Mutual labels:  torrent, bittorrent
mad-torrent
Delphi bittorrent protocol implementation
Stars: ✭ 30 (+57.89%)
Mutual labels:  torrent, bittorrent
PeerflixServerZH
🚀 Peerflix Server(BT) 汉化、美化
Stars: ✭ 32 (+68.42%)
Mutual labels:  torrent, bittorrent
rarbg-api
A simple node.js wrapper for rarbg.to api
Stars: ✭ 21 (+10.53%)
Mutual labels:  torrent, bittorrent
porla
A high performance BitTorrent client for servers and seedboxes.
Stars: ✭ 83 (+336.84%)
Mutual labels:  torrent, bittorrent

CheckWebPeer

Check WebRTC peers of torrents.

Check for WebRTC peers using the WebTorrent protocol (BitTorrent over WebRTC).

To see a demo visit this and try with this info hash: 6a9759bffd5c0af65319979fb7832189f4f3c35d

How does it work?

CheckWebPeer takes advantage of bittorrent-tracker's client and scrapes the (currently) 4 websocket trackers:

wss://tracker.openwebtorrent.com/
wss://tracker.webtorrent.io
wss://tracker.btorrent.xyz
wss://tracker.fastcast.nz

The client runs client-sided so it's not necessary to host it in a server, and it's pretty simple to understand as most of the code it's reused and adapted from bittorrent-tracker and instant.io.

License

MIT. Copyright (c) Joaquín Serna.

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].