Skip to content

offline-torrent-browser/offline-torrent-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offline torrent browser 🔎 💾 🌍

Search 🔎 and download 💾 torrents with a local copy of a database 🌍.

Given the database this will start a local server that you can browse using your favorite browser.

Main features:

  • Search by name
  • Realtime DHT peer display
  • Magnet links
  • No external daemons to install
  • SQL oriented with SQLite
  • Pure nodejs implementation

Running

$ offline-torrent-browser example_db/example.sqlite

Demo

Demo

SQLite

SQLite database doesn't require a running daemon. You can query and modify the database using the SQLite command line tool.

Create the database

Data model and creation of an example DB with sqlite.

For demo purpose you can use example_db/example.sqlite database.

About

Simple and versatile offline torrent browser in pure Node.Js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published