Update README.md

This commit is contained in:
Szymon Nowak 2014-03-24 10:59:04 +01:00
parent 0c9d1a255e
commit 2946191ea4

View File

@ -1,6 +1,6 @@
# ![ShareDrop](https://www.sharedrop.io/images/a2781750.sharedrop.svg)
ShareDrop is HTML5 clone of Apple [AirDrop](http://support.apple.com/kb/ht4783) that uses [WebRTC](http://www.webrtc.org) for secure peer-to-peer file transfer. It uses [Firebase](https://www.firebase.com) for presence management and WebRTC signaling. Files are transferred directly between users - they don't go through any server, so you don't have to upload them anywhere first.
ShareDrop is HTML5 clone of Apple [AirDrop](http://support.apple.com/kb/ht4783) service. It allows you to transfer files directly between devices, without having to upload them to any server first. It uses [WebRTC](http://www.webrtc.org) for secure peer-to-peer file transfer and [Firebase](https://www.firebase.com) for presence management and WebRTC signaling.
At the moment ShareDrop allows you to send files only to other devices in the same local network, i.e. devices with the same public IP address.