DEV Community

Cover image for # Introduction to Node.js
Shubham Gupta
Shubham Gupta

Posted on

# Introduction to Node.js

Node.js is a runtime javascript, well node.js uses V8, and V8 simply is the name of a javascript engine built by google that runs javascript in the browser.
Alt text of image
V8 is the simply named, the creator gave their engine and what does the engine mean. It means that the engine takes javascript code and compiles it to machine code, V8 itself is written in C++

What Node.js does ?
It allows you to run javascript on your computer and it adds useful functionalities to the javascript engine so that you can do more stuff there (like file handling etc). with the help of node.js, you can build web app, RESTful API, Chat app, and more

Next Article Role of Node.js

Find my medium post Click here

Top comments (0)