ipfs / helia-http-gateway

Run Helia NodeJS in a Docker Container.
Other
8 stars 6 forks source link

feat: helia-http-gateway as a service worker (phase 2) #56

Open SgtPooki opened 7 months ago

SgtPooki commented 7 months ago

This issue is intended to pull out work mentioned in https://github.com/ipfs/helia/issues/275 and required for IPFS dApps working group into it's own epic:

### Tasks
- [x] Create helia-http-gateway-sw: a service worker version of all the helia-http-gateway logic
- [ ] Create helia-service-worker browser gateway that can work with probelab's tiros

Some important links to previous discussions:

whizzzkid commented 7 months ago

@SgtPooki a spike here would be understanding the subdomain limitations for a service worker context, otherwise origin-isolation would fail and path based gateways has it's own limitations.

SgtPooki commented 2 months ago

update here: the service worker version of a Helia gateway is at https://github.com/ipfs-shipyard/service-worker-gateway