All Projects → Davenchy → Live Torrent

Davenchy / Live Torrent

Licence: mit
Torrent Web Client

Projects that are alternatives of or similar to Live Torrent

live-torrent-backend
The backend server for the live-torrent project
Stars: ✭ 38 (-93.04%)
Mutual labels:  torrent, stream, backend, webtorrent
Bittorrent Tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation
Stars: ✭ 1,184 (+116.85%)
Mutual labels:  server, torrent, webtorrent, client
Sifrr
⚡️ Set of tiny, independent libraries for creating modern and fast webapps with javascript/typescript
Stars: ✭ 174 (-68.13%)
Mutual labels:  server, backend, frontend
Blaze
⚡ File sharing progressive web app built using WebTorrent and WebSockets
Stars: ✭ 991 (+81.5%)
Mutual labels:  webtorrent, backend, frontend
Magnet Player
🎥 A place for streaming torrents directly from your browser
Stars: ✭ 346 (-36.63%)
Mutual labels:  stream, torrent, webtorrent
Moose
🦌 An application to stream, cast and download torrents.
Stars: ✭ 656 (+20.15%)
Mutual labels:  stream, torrent, webtorrent
Rapidbay
Self-hosted torrent video streaming service compatible with Chromecast and AppleTV deployable in the cloud
Stars: ✭ 163 (-70.15%)
Mutual labels:  stream, subtitles, torrent
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-93.22%)
Mutual labels:  torrent, stream, webtorrent
Conf
Конспекты докладов IT-конференций
Stars: ✭ 365 (-33.15%)
Mutual labels:  backend, frontend
Btorrent
🌐 Fully-featured WebTorrent Client
Stars: ✭ 388 (-28.94%)
Mutual labels:  webtorrent, client
Graphql Ws
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
Stars: ✭ 398 (-27.11%)
Mutual labels:  server, client
Mirakurun
A Modern DTV Tuner Server Service for ISDB.
Stars: ✭ 352 (-35.53%)
Mutual labels:  server, client
Fakerest
Patch fetch/XMLHttpRequest to fake a REST API server in the browser, based on JSON data.
Stars: ✭ 350 (-35.9%)
Mutual labels:  client, frontend
Mumble
Mumble is an open-source, low-latency, high quality voice chat software.
Stars: ✭ 4,418 (+709.16%)
Mutual labels:  server, client
Happypandax
A cross-platform server and client application for managing and reading manga and doujinshi
Stars: ✭ 432 (-20.88%)
Mutual labels:  server, client
Webtorrent Hybrid
WebTorrent (with WebRTC support in Node.js)
Stars: ✭ 422 (-22.71%)
Mutual labels:  torrent, webtorrent
Beeva Best Practices
Best Practices and Style Guides in BEEVA
Stars: ✭ 335 (-38.64%)
Mutual labels:  backend, frontend
Udash Core
Scala framework for building beautiful and maintainable web applications.
Stars: ✭ 405 (-25.82%)
Mutual labels:  backend, frontend
Networksocket
NetworkSocket是一个以中间件(middleware)扩展通讯协议,以插件(plug)扩展服务器功能的支持SSL安全传输的通讯框架;目前支持http、websocket、fast、flex策略与silverlight策略协议。
Stars: ✭ 435 (-20.33%)
Mutual labels:  server, client
Curriculum
Dive into our 7-month web development program covering HTML, CSS, Javascript, Node, and React!
Stars: ✭ 453 (-17.03%)
Mutual labels:  backend, frontend

live-torrent

Search, explore and download torrent files online.

Watch online YTS movies with subtitles.

the backend package is live-torrent-backend

Install and Build

# clone the project
git clone https://github.com/Davenchy/live-torrent && cd live-torrent

# then install dependencies
npm install

# build frontend
npm run build

#######################################################################

# create the .env file more information in the .ENV section below
echo "PORT=<your port>\nOSUA=<your opensubtitles user agent>" > .env

# run the server
npm start

################################ OR ###################################

# run the server with env vars
PORT=???? OSUA=?????????? npm start

The .ENV file

Live torrent needs some environment variables you can define them in the terminal or in a .env file

Variable Name Default Value Description
PORT 3000 the server listening port
OSUA TemporaryUserAgent the opensubtitles.org api user agent

for more information about the backend from here.

for more information about the OpenSubtitles.org api user agent from here

Docker

  • Docker repo: davenchy/live-torrent

docker run --name live-torrent -d -p <PORT>:8080 -e "OSUA=<your opensubtitles user agent>" live-torrent

Frontend API

Soon

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