I need to upload a file to meteor, do some image manipulation on it (image conversion if necessary, generate thumbnail from image ) and then store it in an external image storage server (s3). This should be as fast as possible.
Do you have any recommendations for a nodejs image processing library ?
also how i can upload a file to meteorjs ?
Thanks
I ended up with the following solution:
1) meteor server side route for a custom upload url
2) use formidable nodejs module inside the function for file upload