+ 1
Why we use Node. Js in web development? Explain in easy and understandable way
Questions 3
2 Respuestas
+ 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 :)
+ 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.