Skip to content

alipirpiran/easy_share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Share

simple application to Transfer Files between devices


sender view sender view

Features

  • Scan qrcode with mobile, and send Files!
  • Run on computer and use in other devices!

Installation

git clone https://github.com/alipirpiran/easy_share.git
cd easy_share
npm i & npm run build
./out/easy_share

Usage

  1. Connect devices to same Wifi (Eg: mobile hotspot)

  2. run Easy Share on pc

  3. open generated URL in mobile browser (or simply scan qrcode)

  4. send files from mobile !

Technologies Used

  • Socket.IO
  • express js
  • nexe

Contributing

Building

git clone https://github.com/alipirpiran/easy_share.git
cd easy_share
npm i & npm run build