I've noticed that you can launch a node in a Service Worker with js-ipfs
. I'm curious to know what the difference between a service worker implementation and simply importing a bundled javascript library is.
Example of a service worker gateway.
I'm currently just using an imported js library to add
and pin
files, and it seems to work fine. Is a node truly running on the user's browser?