Hacker News new | ask | show | jobs
by cwillu 4 days ago
That's what a background worker is: a local server managed by the browser and only accessible to pages of the origin domain.
1 comments

I'm thinking using a local http-server instead of web-workers . The local http server would do all the server-logic except also passing data that needs to be shared to a non-local server.