Friday 19 May 2017

How can I serve very large files (with resumable downloads) from Node / Express?

I'd like to allow users to download files in the range of 1GB - 1TB, so my ideal solution:

  1. streams, to avoid memory issues
  2. supports pausing & resuming downloads

How can I do this in my Node / Express app?



via marclar

No comments:

Post a Comment