On Oct 8, 2012, at 10:54, waqasde <waqa...@yahoo.com> wrote:

> does it supports image thumbnail generation ? 
> does it support pdf,excel ,csv file handlings
> does it supports encryption /decryption algos lie AES,Rjinidial or RSA.
> etc..... 
> so main concern is does it have all the recipes required to develop a 
> traditional or complex apps as i don't want to stuck at any point.

nodejs is a JavaScript runtime. Yes, you can do all those things in JavaScript. 
Whether there are existing modules that do those specific tasks I don't know. 
You can search on npm and find out:

https://npmjs.org

If no modules exist for specific tasks you need, you'll have to write the code 
yourself.


> i have a  vps server with 256Ram is that enough for a site like ecommerce 
> site developed with nodejs.   

I suppose that depends on how popular the site will be, how many concurrent 
requests it will need to process.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to