All Projects → webtorrent → Instant.io

webtorrent / Instant.io

Licence: mit
🚀 Streaming file transfer over WebTorrent (torrents on the web)

Programming Languages

javascript
184084 projects - #8 most used programming language
Pug
443 projects
shell
77523 projects
stylus
462 projects

Projects that are alternatives of or similar to Instant.io

Webtorrent Cli
WebTorrent, the streaming torrent client. For the command line.
Stars: ✭ 633 (-78.57%)
Mutual labels:  webrtc, p2p, streaming, bittorrent, webtorrent
Webtorrent Desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
Stars: ✭ 8,587 (+190.69%)
Mutual labels:  webrtc, p2p, streaming, bittorrent, webtorrent
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-98.75%)
Mutual labels:  streaming, bittorrent, webrtc, p2p, webtorrent
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+765.06%)
Mutual labels:  webrtc, p2p, streaming, 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 (-72.17%)
Mutual labels:  webrtc, p2p, bittorrent, webtorrent
Wt Tracker
High-performance WebTorrent tracker
Stars: ✭ 144 (-95.13%)
Mutual labels:  webrtc, p2p, bittorrent, webtorrent
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (-31.92%)
Mutual labels:  p2p, streaming, bittorrent
Torrent Discovery
Discover BitTorrent and WebTorrent peers
Stars: ✭ 177 (-94.01%)
Mutual labels:  p2p, bittorrent, webtorrent
Webtorrent Hybrid
WebTorrent (with WebRTC support in Node.js)
Stars: ✭ 422 (-85.71%)
Mutual labels:  webrtc, bittorrent, webtorrent
Tribler
Privacy enhanced BitTorrent client with P2P content discovery
Stars: ✭ 3,915 (+32.53%)
Mutual labels:  p2p, streaming, bittorrent
Planktos
Serving websites over bittorrent
Stars: ✭ 481 (-83.72%)
Mutual labels:  webrtc, bittorrent, webtorrent
Pearplayer.js
支持WebRTC的多源多协议混合P2P-CDN的流媒体播放器
Stars: ✭ 512 (-82.67%)
Mutual labels:  webrtc, p2p, streaming
Torrentpier
Main project repository
Stars: ✭ 166 (-94.38%)
Mutual labels:  p2p, bittorrent, webtorrent
Bittorrent Dht
🕸 Simple, robust, BitTorrent DHT implementation
Stars: ✭ 1,004 (-66.01%)
Mutual labels:  p2p, bittorrent, webtorrent
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+40.08%)
Mutual labels:  p2p, streaming, bittorrent
Bittorrent Tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation
Stars: ✭ 1,184 (-59.92%)
Mutual labels:  webrtc, bittorrent, webtorrent
Bittorrent Protocol
Simple, robust, BitTorrent peer wire protocol implementation
Stars: ✭ 279 (-90.56%)
Mutual labels:  p2p, bittorrent, webtorrent
Webrtc
Pure Go implementation of the WebRTC API
Stars: ✭ 8,399 (+184.33%)
Mutual labels:  webrtc, p2p, streaming
P2pt
Simple WebRTC Peer 2 Peer connections using WebTorrent trackers as the signalling server. Use WebTorrent trackers for any kind of WebRTC app ! 🔥 Make WebRTC apps fast & easy ! 🚀⭐
Stars: ✭ 159 (-94.62%)
Mutual labels:  webrtc, p2p, webtorrent
Mediadevices
Go implementation of the MediaDevices API.
Stars: ✭ 197 (-93.33%)
Mutual labels:  webrtc, p2p, streaming

Instant.io

Streaming file transfer over WebTorrent (torrents on the web)

travis javascript style guide

Download/upload files using the WebTorrent protocol (BitTorrent over WebRTC). This is a beta.

Powered by WebTorrent, the first torrent client that works in the browser without plugins. WebTorrent is powered by JavaScript and WebRTC. Supports Chrome, Firefox, Opera (desktop and Android). Run localStorage.debug = '*' in the console and refresh to get detailed log output.

Install

If you just want to do file transfer on your site, or fetch/seed files over WebTorrent, then there's no need to run a copy of instant.io on your own server. Just use the WebTorrent script directly. You can learn more at https://webtorrent.io.

The client-side code that instant.io uses is here.

Run a copy of this site on your own server

To get a clone of https://instant.io running on your own server, follow these instructions.

Get the code:

git clone https://github.com/webtorrent/instant.io
cd instant.io
npm install

Modify the configuration options in config.js to set the IP/port you want the server to listen on.

Copy secret/index-sample.js to secret/index.js and update the options in there to a valid TURN server if you want a NAT traversal service (to help peers connect when behind a firewall).

To start the server, run npm start. That should be it!

Tips

  1. Create a shareable link by adding a torrent infohash or magnet link to the end of the URL. For example: https://instant.io#INFO_HASH or https://instant.io/#MAGNET_LINK.

  2. You can add multiple torrents in the same browser window.

License

MIT. Copyright (c) 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].