That sounds like a great idea! Yes, the app loader should handle large files (and their upload) just fine. To test I think you could also upload manually with the Web IDE.
As @rigrig mentioned, require("Storage").read(name, offset, length) would then be the way to go to read just a part at a time.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
That sounds like a great idea! Yes, the app loader should handle large files (and their upload) just fine. To test I think you could also upload manually with the Web IDE.
As @rigrig mentioned,
require("Storage").read(name, offset, length)
would then be the way to go to read just a part at a time.