Yes. Node is just a javascript environment with a usable async API. Express is on top of Node.
Stick with JavaScript, learn the basis, play with it in the browser if you like, you can use jQuery if you want, just stick with JS. After that, jump to Node and read the entire docs, it's not that big. -- Diogo Resende On Wednesday, August 29, 2012 at 21:50 , ANIKET KADAM wrote: > did one should master javascript for learning node.js and express.js > > On Thu, Aug 30, 2012 at 2:18 AM, Sugarstack <[email protected] > (mailto:[email protected])> wrote: > > Using coffeescript requires you to understand the JavaScript it generates > > and how/why it generates it that way > > > > I would not use it until you are comfortable with js first. > > > > -- > > 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] > > (mailto:[email protected]) > > To unsubscribe from this group, send email to > > [email protected] > > (mailto:nodejs%[email protected]) > > For more options, visit this group at > > http://groups.google.com/group/nodejs?hl=en?hl=en > > -- > 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] > (mailto:[email protected]) > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]) > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- 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
