bibhuticoder / drop-n-share

πŸ’’ P2P file sharing web app built with webrtc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ’’ P2P file sharing web app built with webrtc


Languages

Language:JavaScript 80.4%Language:HTML 16.8%Language:CSS 2.8%