snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit f1db9f9f95516e1e397e73b5bf2aa7d86206a28d
parent b502a3821fef12112ae798e2afc6901469a19c9c
Author: RobinLinus <RobinLinus@users.noreply.github.com>
Date:   Thu, 25 Oct 2018 18:49:51 +0200

Update README.md
Diffstat:
MREADME.md | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -27,8 +27,7 @@ If WebRTC isn’t supported (Safari, IE) it uses a Web Sockets fallback for the ##### What about privacy? Will files be saved on third-party-servers? None of your files are ever saved on any server. -Snapdrop doesn't even use cookies or a database. If you are curious have a look [at the Server](https://github.com/RobinLinus/snapdrop/blob/master/server/ws-server.js). -But it does use Google Analytics. +Snapdrop doesn't even use a database. If you are curious have a look [at the Server](https://github.com/RobinLinus/snapdrop/blob/master/server/). ##### Is SnapDrop a fork of ShareDrop? No. ShareDrop is built with Ember. Snapdrop is built with vanilla ES6.