Npm archiver descarga a zip
The nature of the downloaded materials, and the fact that students need to download multiple items, means that we want to zip those files up. Since the LMS is a web application, we want a download link that streams the contents back to the student on the fly. I went with the archiver package: npm install archiver --save 2020-04-12 node.js zip zipfile node-archiver archiverjs En una aplicación de nodo, deseo descargar un archivo zip que contiene archivos PDF descargados de varias direcciones URL en Internet (donde si escribo la dirección URL en un navegador, solo me indica que descargue un archivo PDF).