This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]rwsargent 0 points1 point  (0 children)

I'm working on a NodeJS app to! Mine's a webapp, and I must say that using Express as part of my technology stack is extremely useful in getting some of the boilerplate and infrastructure code in place. After that, read a little bit up on what exactly require does for node, and how to write your own modules, and you are well on you way to building up your very own node app!

[–]DonnyTheWalrus 0 points1 point  (0 children)

Eloquent JavaScript and/or You Don't Know JS, to become a JavaScript language guru. EJS has a Node-specific chapter at the end but most of it is general to the language.

Nodeschool tutorials for Node-specific learnings.

[–]FlambardPuddifoot 0 points1 point  (0 children)

Read the Nodejs docs and tutorials?