Node.js for beginners - Home Page

Saturday, November 28, 2015

Few years back, the idea of JavaScript was that it runs in client-side, meaning, in the user's browser. It is excellent at things like validating forms, showing/hiding elements dynamically, animations, and speaking to the server in the background using AJAX.
Node.js is a milestone project which changed the traditional image of JavaScript as a client-side scripting language. Let's learn how JavaScript can take over the server-side using Node.js.



This tutorial series guides you on a step by step way to lean Node.js, the easy way. 

Lesson 1 - Setting up Node.js
Lesson 2 - First Application
Lesson 3 - Understanding Modules

Stay tuned for updates....!

No comments:

Post a Comment