I took a couple hours today and last week to get some Node.js practice. I built a basic app that can take an image upload and display it. The app was surprisingly simple to write.
I used two packages: node-formidable for parsing form data and fs for handling the image.