Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.