- open-source
- JavaScript run-time environment
- executes JavaScript code server-side
JavaScript is a programming language.
Node.js is an environment allowing JavaScript code to run on the server side and not in a browser. It is based on Chrome's V8 Engine, which runs on Google Chrome.
Java script engines runs the JavaScript from the web pages.
Firefox - Spidermonkey
Safari - JavaScriptCore
Chrome - V8
Node js based on v8 engine.
Node Js
is Easy to learn
has Freedom in building apps
helps to write both backend and front end of web app using js
Comments
Post a Comment