How to use node.js streams for fileupload
Streaming is a method of how data is being sent and processed. While there are plenty of modules that do the heavy work, like express, body-parser and formidable, you might be curious about how do their job under the cover.