Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruncanepa/peer-drop
A decentralized-E2EE file transfer platform using WebRTC
https://github.com/bruncanepa/peer-drop
e2ee p2p p2p-file-transfer webrtc
Last synced: about 1 month ago
JSON representation
A decentralized-E2EE file transfer platform using WebRTC
- Host: GitHub
- URL: https://github.com/bruncanepa/peer-drop
- Owner: bruncanepa
- Created: 2023-12-02T03:12:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T17:32:22.000Z (11 months ago)
- Last Synced: 2024-02-10T18:35:14.962Z (11 months ago)
- Topics: e2ee, p2p, p2p-file-transfer, webrtc
- Language: TypeScript
- Homepage:
- Size: 890 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PeerDrop
## A decentralized-E2EE file transfer platform using WebRTC
> Note: Currently under development.
### Privacy focused
- Client and server are Open Source.
- No tracking, no logging.
- End-to-end encrypted transfers (using [WebRTC](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API)).
- Transfers are directly to peers ([P2P](https://developer.mozilla.org/en-US/docs/Glossary/P2P)), no server used.
- Server is used only to connect peers and to check online status.### Features
- No file size limit.
- No speed limit. Depends on users internet connection.
- Share files:
1. Create a room to share files. Unlimited amount of files.
2. Share room's link. Unlimited shares.
3. With room's link, users can read files and select which ones to download.