Live data from Hacker News

Node.js How to use streams to ftp, unzip, and save a file to mongoDB

seekhiswit.blogspot.com

1–2 of 2 posts

Re: Node.js How to use streams to ftp, unzip, and save a file to mongoDB

#2
One way to determine if a module on NPM is "decent" is to make sure they implement some way to stream or pipe data in this way. It seems pretty core to Node.JS and is a big win for processes like this which are basically transforming data from one source to another.