Installing Node

| Comments

Node.js

We will be using the Node.js runtime as the interpreter for JavaScript.

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed device

To install it, simply go to the Node Home page and click on the install button.

See you tuesday!

Comments