# ShareDrop - WebRTC를 이용한 애플 AirDrop의 HTML5 클론

> Clean Markdown view of GeekNews topic #1480. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1480](https://news.hada.io/topic?id=1480)
- GeekNews Markdown: [https://news.hada.io/topic/1480.md](https://news.hada.io/topic/1480.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-02-09T09:40:25+09:00
- Updated: 2020-02-09T09:40:25+09:00
- Original source: [sharedrop.io](https://www.sharedrop.io/)
- Points: 5
- Comments: 2

## Topic Body

- 서버를 통하지 않는 WebRTC P2P 파일 전송

- 같은 네트웍안에서는 페이지 접속하면 자동으로 서로가 보임

- 다른 네트웍에도 공유가능 (URL 전송)

- Node.js + Ember 오픈소스

## Comments



### Comment 1089

- Author: xguru
- Created: 2020-02-09T09:53:18+09:00
- Points: 2

https://snapdrop.net/

비슷하지만 좀더 빠르게 접속되는 SnapDrop도 있음

- WebRTC가 기본이지만, WebSocket 으로 폴백

- Node.js + Vanilla JS 오픈소스

- PWA로 데스크탑앱 설치 및 Notification 지원

### Comment 1093

- Author: xguru
- Created: 2020-02-09T13:00:22+09:00
- Points: 1
- Parent comment: 1089
- Depth: 1

http://www.filedropme.com/ , https://github.com/mat-sz/filedrop-web

TURN 서버 폴백을 사용. NAT 환경에서도 사용가능
