What is node js? And how to use this ?
Dear Student,
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast and 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 devices. How to Run a Node.js Application on Windows
Locate Command Prompt by entering cmd into the search bar. ...
Enter the following command, then press Enter to create a file named test-node.js containing a simple application that will print out the result 1 + 1. ...
Type node followed by the name of the application, which is test-node.js in this case, and then press Enter .