No files or symbols found.
+0 −6
.airtap.yml
.airtap.yml
+0 −27
.appveyor.yml
.appveyor.yml
+3 −1
.gitignore
.gitignore
+0 −8
.npmignore
.npmignore
+0 −20
.travis.yml
.travis.yml
+3 −511
CHANGELOG.md
CHANGELOG.md
+2 −42
README.md
README.md
+8 −0
.gitignore
instant.io/.gitignore
+19 −0
AUTHORS.md
instant.io/AUTHORS.md
+20 −0
LICENSE
instant.io/LICENSE
+25 −0
README.md
instant.io/README.md
+277 −0
index.js
instant.io/client/index.js
+
                init
              
Function
+
                onHashChange
              
Function
+
                getRtcConfig
              
Function
+
                onFiles
              
Function
+
                isTorrentFile
              
Function
+
                isNotTorrentFile
              
Function
+
                downloadTorrent
              
Function
+
                downloadTorrentFile
              
Function
+
                seed
              
Function
+
                onTorrent
              
Function
+
                updateSpeed
              
Function
+38 −0
util.js
instant.io/client/util.js
+
                log
              
Function
+
                lineBreak
              
Function
+
                updateSpeed
              
Function
+
                warning
              
Function
+
                error
              
Function
+4 −0
config.js
instant.io/config.js
+55 −0
package.json
instant.io/package.json
+159 −0
index.js
instant.io/server/index.js
+4 −0
error.pug
instant.io/server/views/error.pug
+26 −0
index.pug
instant.io/server/views/index.pug
+11 −0
layout.pug
instant.io/server/views/layout.pug
BIN
favicon.ico
instant.io/static/favicon.ico
+8 −8
package.json
package.json
+0 −23
update-authors.sh
scripts/update-authors.sh
+26 −0
helper.kt
src/helper.kt
+51 −0
webtorrent.kt
src/webtorrent.kt
+0 −6
webtorrent.min.js
webtorrent.min.js