A peer to peer file system sharing application with GUI in browser

Can you share which tool are you working on. Would love to evaluate it up.

P2P things just interests me.

https://github.com/prettydiff/share-file-systems/

I would love to get some feedback.

Some notes:

* Currently it uses IP addresses for connection, which is less than ideal.

* Currently every device is treated as a separate user.

Road map:

* I am working on a web service that will issue named accounts and digital certificates. The named accounts will identify their current IPv6 address to the account service so users need only to connect to an account which can be any IPv6 address for portability.

* Once accounts are a thing I will need to change several things on the client application. My goal in this step is to separate users from devices so that a single user can connect and manage multiple devices. That extra layer of abstraction will allow options for management, security, and convenience that are not currently available.

* I also want to enable end to end encryption for all users/devices. That is just a simple matter of public key exchange built into the already designed invitation model.

* Then I want to create a text client that supports markdown.