Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Good to get you to know what node is from Ryan Dahl the creator:</p> <p><a href="http://www.youtube.com/watch?v=jo_B4LTHi3I" rel="nofollow">http://www.youtube.com/watch?v=jo_B4LTHi3I</a></p> <p><a href="http://www.youtube.com/watch?v=F6k8lTrAE2g" rel="nofollow">http://www.youtube.com/watch?v=F6k8lTrAE2g</a> </p> <p>Build a basic web server - not necessarily practical code but important to understand what node is:</p> <p><a href="http://www.nodebeginner.org/" rel="nofollow">http://www.nodebeginner.org/</a></p> <p>Critical to grasp the event loop - especially "everything runs in parallel except your code". If you don't understand that quote, you don't undertand node:</p> <p><a href="http://blog.mixu.net/2011/02/01/understanding-the-node-js-event-loop/" rel="nofollow">http://blog.mixu.net/2011/02/01/understanding-the-node-js-event-loop/</a></p> <p>Once you get past that, getting to know some useful frameworks like express:</p> <p><a href="http://expressjs.com/" rel="nofollow">http://expressjs.com/</a> &amp; <a href="http://expressjs.com/guide.html" rel="nofollow">http://expressjs.com/guide.html</a></p> <p>Node videos:</p> <p><a href="http://nodetuts.com/" rel="nofollow">http://nodetuts.com/</a></p> <p>I found this book helpful when starting:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/1449398588" rel="nofollow">http://www.amazon.com/Node-Running-Scalable-Server-Side-JavaScript/dp/1449398588/ref=sr_1_1?ie=UTF8&amp;qid=1347320968&amp;sr=8-1&amp;keywords=node.js</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload