A good list of resources: https://github.com/rockbot/node-for-beginners by @rockbot
You didn't mention your reasons for "really hard for me to learn". Remember: Node is not a web server. Start mastering part of JavaScript, running Node.js REPL, then write some module, require it, write a simple code that invoke another module. All from console. And callbacks. The price to pay for Node.js heavens (I thing everyone should be acquaintance with callbacks; then, you could study alternatives, like promises, etc...) Then start to play with Express web framework, or choose another one with middleware. It's a long road, but a really fascinating one. Angel "Java" Lopez @ajlopez On Sat, Feb 22, 2014 at 3:13 PM, Anup Panwar <[email protected]> wrote: > Hello am new in Node.js and it's really hard for me to learn. Can any one > recommomend me any books or tutorials ? > > -- > -- > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
