Skip to content

y-js/shared-filesystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P <shared-filesystem> Web Component

A Polymer element that you can include in your projects to enable your users to share files. The cool thing: You don't need to set up anything, because everything works peer-to-peer (well, .. as far as something can be peer-to-peer in the web). The clients communicate via WebRTC. Conflicts resolved by Yjs, and files are shared via webtorrent. Check out the live demo, and read the documentation.

Example:
  <shared-filesystem room="my-namespace"></shared-filesystem>

Shared Filesystem Demo

Production use

The shared filesystem element requires a signaling server for webrtc, and a tracking server for webtorrent. The tracking server is provided by the webtorrent community, so you may wanna exchange it if you want really fast access to your files. Furthermore, read in the y-webrtc documentation on how to set up your own signaling server.

Development

This project was generated with generator-polymer. Read the documentation to get started

License
            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004
 
 Copyright (C) 2016 Kevin Jahns <kevin.jahns@rwth-aachen.de>
 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.
 
            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
  0. You just DO WHAT THE FUCK YOU WANT TO.