Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mat-sz/filedrop
📲 WebRTC E2E encrypted file transfer - React + node.js
https://github.com/mat-sz/filedrop
file-sharing javascript react typescript webrtc webrtc-experiments websockets
Last synced: 16 days ago
JSON representation
📲 WebRTC E2E encrypted file transfer - React + node.js
- Host: GitHub
- URL: https://github.com/mat-sz/filedrop
- Owner: mat-sz
- License: bsd-3-clause-clear
- Created: 2020-01-07T17:36:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T16:10:19.000Z (6 months ago)
- Last Synced: 2024-06-05T14:02:42.214Z (5 months ago)
- Topics: file-sharing, javascript, react, typescript, webrtc, webrtc-experiments, websockets
- Language: TypeScript
- Homepage: https://drop.lol
- Size: 2.59 MB
- Stars: 665
- Watchers: 15
- Forks: 60
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webrtc - filedrop - WebRTC E2E encrypted file transfer - React + Node.js. (Projects / File Transfer)
README
# filedrop
Available at: https://drop.lol/
Easy end-to-end encrypted, peer-to-peer file transfer.
**Features:**
- Fully end-to-end encrypted, including metadata and chat.
- Peer-to-peer wherever possible (using WebRTC).
- Simple chat function with copy and paste.
- Minimalist user interface.
- Available as a Progressive Web Application.## Docs
- [Usage/self-hosting](./docs/usage.md)
- [FAQ](./docs/faq.md)
- [HTTPS setup](./docs/https/index.md)