WebDrop is a peer-to-peer file sharing tool. It is powered by WebRTC, allowing for serverless communication between devices.
- Handling and transferring multiple files at once
- Sending text/URLs
- Create URL system with files encoded in base64 data URLs
- Locally storing devices that the user recently communicated with, to avoid having to re-input IDs.
npm install
npm run devnpm run build
npm run deploy