ipfs-shipyard / ipfs-service-worker-demos

[INACTIVE/DEPRECATED] Demo ~2017: run an IPFS node inside a Service Worker and serve all your IPFS URLs directly from IPFS!
MIT License
84 stars 15 forks source link

[Question] Can this be done only using a web-worker? #19

Open Tryptophan opened 4 years ago

Tryptophan commented 4 years ago

I'm wondering if this can be implemented using just a web-worker (for the purposes of taking it off the main thread) instead of a service worker.