Why we use Node. Js in web development? Explain in easy and understandable way | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why we use Node. Js in web development? Explain in easy and understandable way

Questions 3

23rd Oct 2020, 4:55 PM
Rajneesh Kumar
Rajneesh Kumar - avatar
2 Answers
+ 5
NodeJS is asynchronous (non-blocking) and perhaps the easiest way to code a server. Also, it has most advanced technologies! Asynchronous means that it can serve multiple requests concurrently! PS: I personally use NodeJS :)
23rd Oct 2020, 5:03 PM
777
777 - avatar
+ 1
Initially js was used in client side. i.e. in browsers. Then one smart guy came and throw away DOM (document object model) [html link head p div staffs]. Then used chrome's V8 engine to use js in server side.
23rd Oct 2020, 7:22 PM
Shadoff
Shadoff - avatar