Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

213
Views
Is it possible to use a bucket instead of a local folder when using WebTorrent?

I'm building a NodeJS Torrent client (for fun) using WebTorrent and Supabase in order to save users, some data and also I have a bucket with some available storage. My question is if it's possible to download a torrent to the Supabase bucket and having the torrent files online instead of a local folder on my PC. Here is the code I'm using to manage torrents downloads:

const WebTorrent = require('webtorrent');

const client = new WebTorrent();

const magnetURI = 'magnet: ...';

client.add(magnetURI, { path: 'i would like to use my bucket here' }, function (torrent) {
  console.log(torrent);
});

And this is the code I'm using tu upload something to my bucket:

const { data, error } = await supabase.storage
  .from('files')
  .upload(fileFromTorrent)
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!