内容简介:ShareDrop is HTML5 clone of AppleShareDrop allows you to send files to other devices in the same local network (i.e. devices with the same public IP address) without any configuration - simply openThe main difference between ShareDrop and AirDrop is that S
ShareDrop is HTML5 clone of Apple AirDrop service. It allows you to transfer files directly between devices, without having to upload them to any server first. It uses WebRTC for secure peer-to-peer file transfer and Firebase for presence management and WebRTC signaling.
ShareDrop allows you to send files to other devices in the same local network (i.e. devices with the same public IP address) without any configuration - simply open https://www.sharedrop.io on all devices and they will see each other. It also allows you to send files between networks - just click + button in the top right corner of the page to create a room with unique URL and share this URL with other people you want to send a file to. Once they open this page in a browser on their devices, you'll see each other's avatars.
The main difference between ShareDrop and AirDrop is that ShareDrop requires Internet connection to discover other devices, while AirDrop doesn't need one - it creates ad-hoc wireless network between them. On the other hand, ShareDrop allows you to share files between mobile (Android) and desktop devices and between networks as well.
Supported browsers
- Chrome (desktop and Android) 33+
- Opera (desktop and Android) 20+
- Firefox (desktop and Android) 28+
- Safari (desktop) 12+
How to set it up for local development
-
Setup Firebase:
- Sign up for a Firebase account and create a database.
-
Go to "Security Rules" tab, click "Load Rules" button and select
firebase_rules.jsonfile. - Take note of your database URL and its secret, which can be found in "Secrets" tab.
-
Run
npm install -g ember-clito install Ember CLI. -
Run
ember installto install app dependencies. -
Run
cp .env{.sample,}to create.envfile. This file will be used by Foreman to set environment variables when running the app locally.-
SECRETkey is used to encrypt cookies and generate room name based on public IP address for/route. It can be any random string - you can generate one using e.g.date | md5sum -
NEW_RELIC_*keys are only necessary in production
-
-
Run
npm run devto start the app.
Deployment
Heroku
When deploying to Heroku, use multi buildpack .
For new apps:
heroku create myapp --buildpack https://github.com/heroku/heroku-buildpack-multi.git
For existing apps:
heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-multi.git
Then run
heroku config:set NPM_CONFIG_PRODUCTION=false
to make Node.js buildpack install development dependencies necessary to build Ember CLI app as well as the production ones.
It uses the default Heroku Node.js buildpack to install Node.js, npm and Node.js packages and then uses Ember CLI buildpack to install Bower packages and build Ember CLI app.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
我看电商2(双色)
黄若 / 电子工业出版社 / 2016-6 / 39.00元
《我看电商2》是行业畅销书《我看电商》的续集。 《我看电商》自出版以来,连续印刷14 次,受到业界人士和广大读者的高度好评。《我看电商2》承续作者一贯的风格,以行业观察、经验分享为出发点,重点分析了过去一年中国电商界的最新动态与趋势,包括双11点评、京东关闭拍拍、上市公司私有化等。 电子商务是我国近年来发展最快的新兴行业之一,作者作为这个行业的长老级领军人物,善于思考,长于实操。《我看......一起来看看 《我看电商2(双色)》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
RGB HSV 转换
RGB HSV 互转工具