node-stream-zip
node-stream-zip copied to clipboard
Read from stream / buffer instead of file
This is one of my fav ZIP libs, but I wish it could read zip files from a stream or a buffer instead of just files.
ReadStream: see discussion in #97 for why a ReadStream won't work as expected. Buffer: see my comment in #99 for a way to read from buffer.