DEV Community

killallbugs
killallbugs

Posted on

How do delegated routing nodes in IPFS save http responses to a remote requesting node's local directory?

I've been analyzing the js ipfs source codes to understand how exactly delegated routing works. It turns out that js ipfs uses delegated routing by default, which means whenever I call IPFS.cat(), I send an http request to a delegated routing node that will perform DHT querying and propagation on…

Top comments (0)