wifidrop
v0.1.0
Published
Local peer-to-peer file transfer via WIFI
Maintainers
Readme
WIFIDrop
Local peer-to-peer file transfer via WIFI.
WIFIDrop is an easy-to-use progressive web app (PWA) that allows users to transfer large files between devices over the same WIFI network. Files are transferred securely peer-to-peer via WebRTC without any intermediary servers. Therefore this application is a completely client side application and can be deploy on any static hosting or localhost.

Features
- ✅ Support P2P direct connection whenever possible.
- ✅ No need to create an account or register.
- ✅ Automatically discover devices on the same WIFI network.
- ✅ Transfer large files between devices.
- ✅ Copy paste from the clipboard between devices.
- ✅ Secured by built-in WebRTC end-to-end encryption.
Try it out!
- Go to a deployed WIFIDrop web app at : https://wifidrop.js.org .
- Open the app on another device on the same WIFI network.
- Both your devices should show up.
- Now start sharing some files.
Development
git clone https://github.com/nuzulul/wifidrop.git
cd wifidrop
npm install
npm startBuild
npm run buildA new build of WIFIDrop PWA will now be available in the /dist directory that you can self-hosted on static hosting.
Install
Online : https://wifidrop.js.org
Android : https://play.google.com/store/apps/details?id=org.js.wifidrop
Windows : https://apps.microsoft.com/detail/9MVN98K4BBWC
Linux : https://snapcraft.io/wifidrop
NPM : https://www.npmjs.com/package/wifidrop - npm install -g wifidrop
Self-hosted : https://github.com/nuzulul/wifidrop
Releases : https://github.com/nuzulul/wifidrop/releases
