MagnetDrop is a peer-to-peer (P2P) file-sharing service that allows users to share files instantly using WebTorrent technology. Unlike traditional cloud storage, files are never uploaded to a server—they are streamed directly between users.
- No Server Storage: Files are not stored on any central server.
- P2P Streaming: Uses WebTorrent for real-time file sharing.
- Instant Sharing: Share large files instantly without waiting for uploads.
- No Registration Required: Users can share files without creating an account.
- Auto Expiry: Files disappear once the sender closes their browser.
- User A selects a file to share.
- A magnet link is generated and shared with User B.
- User B clicks the link to start downloading the file directly from User A.
- Files are transferred in real-time using WebRTC-based WebTorrent.
- Once the sender leaves, the file becomes unavailable.
Yes, it uses WebTorrent, which allows file sharing using torrent-like technology but without public trackers.
No, only people with the magnet link can access the file. Once the sender closes the browser, the file is no longer accessible.
Files are split into small chunks and transmitted directly between peers via WebRTC, enabling real-time streaming.
No, files are not discoverable on public torrent networks. However, anyone with the magnet link can access it, so share links cautiously.
If you are the only seeder, the file becomes unavailable. If others are downloading it, they may continue seeding it.
Feature | MagnetDrop | FilePizza | Wormhole | Send Anywhere |
---|---|---|---|---|
Uses WebTorrent | ✅ Yes | ✅ Yes | ❌ No | ❌ No |
P2P Sharing | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Encryption | ❌ No | ❌ No | ✅ Yes | ✅ Yes |
File Expiry | ⏳ 1 min | ❌ No | ✅ 24 hrs | ✅ Temporary |
- ✅ Implement end-to-end encryption for enhanced security.
- ✅ Add password-protected links for safer sharing.
- ✅ Enable multi-peer support for better performance.
checkout this : https://limewire.com/d/PLIDk#JUkNLBkTje
git clone https://github.com/blackXploit/MagnetDrop.git
cd MagnetDrop
npm install
node server
This project is open-source under the MIT License.