Skip to content
This repository has been archived by the owner on Feb 25, 2025. It is now read-only.
/ instant.io Public archive
forked from webtorrent/instant.io

🚀 Streaming file transfer over WebTorrent (torrents on the web) - Powered by instant.io

License

Notifications You must be signed in to change notification settings

piratas/instant.io

This branch is 8 commits ahead of, 287 commits behind webtorrent/instant.io:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 2, 2016
Apr 16, 2017
Aug 6, 2016
Mar 23, 2015
Apr 16, 2017
Apr 16, 2017
Jul 29, 2015
Jun 16, 2016
Apr 2, 2016
Apr 14, 2017
Jun 16, 2016
Apr 14, 2017
Feb 3, 2017
Apr 16, 2017
Apr 14, 2017
Apr 16, 2017
Apr 16, 2017

Repository files navigation

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 set the Twilio API key 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!

Mirrors

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.

About

🚀 Streaming file transfer over WebTorrent (torrents on the web) - Powered by instant.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.0%
  • HTML 22.4%
  • Nginx 10.3%
  • CSS 6.2%
  • Shell 6.1%