Watch video torrents online. Streams them directly to your browser.
cp .env.example .env
npm install
npm start# Add and update streams in database from YTS API
npm --prefix server run update-moviescp .env.example .env
npm install
npm run build
npm add -g pm2
pm2 startup
pm2 start --name server /var/www/torrent-streaming/server/build/index.js
pm2 save