Top Companies Using Node Js:
- NETFLIX
- UBER
- PAYPAL
- AMAZON
- NASA
- WALMART
- EBAY
What is NODE JS?
- First of all, NODE is NOT(I repeat is NOT) a
FRAMEWORK
or aPROGRAMMING LANGUAGE
. -
NODE JS
is a JAVASCRIPT RUNTIME ENVIRONMENT and it was introduced by Ryan Dahl in 2009. He used the Chrome v8 Engine which is a javascript Engine that converts javaScript Code to Machine Code. - It allow Us to Execute
JAVASCRIPT
outside theBROWSER
. -
NODE JS
was written using:JavaScript
,CoffeeScript
,C++(wiki)
Life Before NODE JS:
-
JavaScript
runs only inside theBrowser
-
JavaScript
was used forFrontEnd developMent
only (Animation and Data Validtion). - We can't run
JavaScript
outside theBrowser
Life after NODE JS:
- We can excute JavaScript outside the browser.
- JavaScript can be used for
Backend Development
. - More job Offer for
JavaScript
Developers.
Why NODE JS?
Super Fast
Highly Scalable
Used by Top Companies
Real Life examples -
STATS:- Paypal Switched from JAVA
to NODE
and here are the results:
🛠️DEVELOPMENT:
- Built almost twice as fast with fewer people.
- Written in 33% fewer lines of code.
- Constructed with 40% fewer files.
⚙️PERFORMANCE:
- Double the requests per second vs the Java application:
⚠️This is even more interesting because the intial performance results were using a SINGLE core for the node.js application comared to FIVE cores in java🤯.
- 35% decrease in the average response time for the same page:
💥This resulted in the pages being served 200ms faster (Something Users will definitely notice).
Top comments (0)