Upload and edit image node.js server

I'm using Mean.js, and I'm looking for a stack framework/library implementation for the client-side and server-side for editing and uploading images using JavaScript and Node.js.

Thanks :)

You can use Jcrop, which runs on top of jQuery to do the client side editing and uploading.

Formidable is light-wide module that parses most image formats on the server end.