kzahel / web-server-chrome

An HTTP Web Server for Chrome (chrome.sockets API)
https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb
Other
1.25k stars 275 forks source link

download entire directory as zip file #31

Open kzahel opened 8 years ago

kzahel commented 8 years ago

use new chunked encoding to send a streaming zip file of an entire directory and contents

kzahel commented 8 years ago

https://github.com/gildas-lormeau/zip.js/blob/master/WebContent/zip-fs.js#L261