Skip to content

Node.js

Kunal Nagpal edited this page Feb 10, 2016 · 3 revisions
  1. If the js at the end of the title attracts comparisons to JavaScript, then you are absolutely correct. Node.js is an I/O event driven JavaScript environment, based on Google Chrome's V8 engine.

  2. While HTML, CSS and JavaScript handle the front-end aspect of the application, Node.js (more specifically, a framework), handles the back-end. This includes tasks like request handling, database queries, user authentication, application security, error handling, and so on.

  3. Before touching up on Node.js, ensure that you feel absolutely comfortable with all the basic concepts of JavaScript, as described in one of the previous sections. This point simply cannot be stressed enough.

Appetizer:

Tutorials:

Basic:
Advanced:
Comprehensive list:

http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js?rq=1