[Solved] What is the node.js and its purpose? [duplicate]


  1. Node.js is a platform for the JavaScript language that is centered around asynchronous network programming. It contains a set of libraries to help you develop server-side applications with JavaScript

  2. Under the hood, Node.js is running on V8, a JavaScript engine developed by Google.

Hope this helps.

1

solved What is the node.js and its purpose? [duplicate]