Reducing JS-IPFS overhead by sharing node across browser tabs

Are you using (or plan to use) JS-IPFS in browser ? Your input would really help to shape the plan for changes that we hope will improve your and your users experience.

Summary

Right now every browser tab starts a new IPFS node & that has following shortcomings:

  1. Increased resource usage (CPU, Memory, Network Connections) is multiplied by number of tabs that negatively impact power usage (how much battery lasts).
  2. IPFS content from one tab is fetched over the internet by another tab (when they are no different origins).

Addressing those, however requires certain trade-offs like:

  1. Changing how JS-IPFS is bundled (as we need workers)
  2. Limiting configured options (sharing node implies sharing configuration)

Participate

3 Likes