swordjs
swordjs copied to clipboard
Improve getRemoteModules
Currently swordjs on FxOS will download all individual *.conf files to show all available modules. This opens a lot http connections. You can pass a custom url to let your own server do this, but it would be better to download the mods.d.tar.gz file and uncompress it on the device.
We need a simple untar lib that works in the browser to process the module files locally.