/drop-n-share

💢 P2P file sharing web app built with webrtc

Primary LanguageJavaScript

drop-n-share

File sharing web app built with webrtc. The webrtc creates a p2p 👫 environment to share the file without involving the server in between. The initial signaling/handshaking is done via node server.

demo 😳

http://drop-n-share.herokuapp.com/

usage

npm install && node app

how it works ?

  • drop a file
  • copy the link and give it to receiver

todos

  • works only for small files, needs improvement on this regard