ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
811 stars 81 forks source link

Using Helia in Service Workers and Compatibility with Kubo #527

Closed orwithout closed 1 month ago

orwithout commented 2 months ago

I am exploring the possibility of running a Helia node within a Service Worker and potentially using Kubo on the local machine. I aim to use the same interface for both the Service Worker Helia node and the Kubo node without modifications, leveraging the RPC API provided by Kubo (Kubo RPC API Documentation).

Goal:

Could you provide insights or recommendations on achieving this interoperability? Are there known issues or considerations specific to running Helia in a Service Worker environment?