geo-golang icon indicating copy to clipboard operation
geo-golang copied to clipboard

running in the browser?

Open mandric opened this issue 3 years ago • 2 comments

Any ideas if it's possible to run this in the browser as a service or service worker? Can you compile this package to web assembly/WASM?

mandric avatar Oct 01 '21 15:10 mandric

If you wish call the APIs in web browser, maybe you can use the JavaScript API provided by the geo services.

zer4tul avatar Oct 19 '21 10:10 zer4tul

Yes you could, but this project abstracts all of those APIs so the whole point is you could support all services with a single API.

mandric avatar Oct 19 '21 14:10 mandric