I have a zip file hosted on a server, containing some web content (HTML, CSS, javascript and media files).
In a web app, is it somehow possible to download this file, unzip it and display the content, using javascript ?
In a native mobile app I would unzip the file on the file system and display the content in a webview using the "file://" protocol, but I think a web app can't do that, right ?