fuego
fuego copied to clipboard
Transfer files peer-to-peer in the browser
It would be nice to add a JavaScript based pdf viewer. This could use mozilla's [pdf.js](https://github.com/mozilla/pdf.js/).
We should track the number of total peers for a pool. This would be useful so you know if you drop, how many others will be around.
It would be beneficial to give users a simple set of sharing options. This would facilitate the UX experience that you should share links with peers.
When actively downloading or uploading, it would be beneficial to move this work out to web workers so it doesn't need to have any effect on the main thread.
We need a way to taking in DMCA requests. Ideally, we'll just drop the pool when this happens.
For larger files, connectivity has sometimes dropped between peers. Need to investigate why and how to prevent this / recover without generating a new PeerID.
When a peer drops in a _flash_, they may still have peer chunks claimed. We should release these as soon as we see the socket is not longer open.