Node js
Node js
By Komal Singh
What is Node js?
Node is not a language
Node is a server environment
Node js can connect with the database
Code and syntax is very similar to javascript but not
exactly the same.
Node js free ,open source
Node js use chrome’s v8 engine to execute code.
Node JS provides fast and highly scalable services.
The source code in node js is more consistent and clean.
It provides a large ecosystem for open source libraries.
Definition of node js
Dedicated Server It is generally used on the client- It is generally used on the server-
side server. side.
Community All the JavaScript is not important to the node All node projects represent the JavaScript community.
community.
Running Engines JavaScript can be run on any engine, including Spider Node JS is only supported by the V8 engine, which
Monkey, V8, and JavaScript Core. Google Chrome mostly uses. Any JavaScript program
written with Node JS will always be run in the V8
engine.
Used for It is designed to build network-centric applications. It's designed for data-intensive real-time applications
that run on several platforms.
Languages It's a newer version of the ECMA script that runs on It uses C, C++, and JavaScript.
Chrome's V8 engine, which is written in C++.
Modules Few JavaScript frameworks are TypedJS, RamdaJS, Lodash, express are examples of Nodejs modules.
etc. These all modules are to be imported from npm.
Companies Uses Various companies use JavaScript like Google, Various companies use Node Js like Netflix, Hapi,
Shopify, Udacity, Sendgrid, Groupon, Okta, Walmart, Paypal, Linkedin, Trello, Medium, eBay,
Instacart, etc. etc.