Skip to main content

How to Install Node.js on Windows

In our previous Node.js installation tutorial you have learned how to install Node.js on Ubuntu. In this tutorial, you will learn how to install Node.js on Windows to run your first Node.js application.

Node.js is an open source framework that allows us to run JavaScript on the server. The Node.js is very memory efficient as it runs as single-threaded, non-blocking and asynchronously. It supports all major platform like Windows, Linux, Unix, Mac etc. Due to Node.js awesome features, it becomes popular among web developers to develop dynamic web projects.

So if you’re using Windows operating systems and wants to start with Node.js, you’re here at right place.

(more…)