Geo-Web-Project / browser

An interface that uses geolocation to navigate/resolve content on the Geo Web.
MIT License
3 stars 8 forks source link

Replace js-ipfs DHT delegating with Reframe #59

Closed codynhat closed 1 year ago

codynhat commented 1 year ago

In order to improve performance of fetching content from the IPFS network, we should update to use the new Reframe protocol from some Kubo IPFS node. See https://blog.ipfs.tech/state-of-ipfs-in-js/#support-fully-speced-delegated-routing-protocols-and-endpoints

We can either find some existing node (depending on performance guarantees) or use the existing node at geoweb.network.

swarna1101 commented 1 year ago

62

codynhat commented 1 year ago

Closing this for now as we may not need this with some of the other js-ipfs improvements we have planned.