+ 14
Can you explain the useful of Node.js?
....
6 ответов
+ 3
Advantages of using Node.js:
- Use of the same programming language for the front-end and back-end
=> Better efficiency
=> Esier to learn when you have knowledge of Javascript
- Fast processing event driven model
- Asynchronous request handling
- Rich ecosystem
- And more..
+ 7
Bhavya Bhav
Thanks sis
+ 6
Sasi
Here
+ 2
If you get the answer
Notify me
+ 2
As per my knowledge node. Js is very light it occupies vet fewer resourses on client machine. Because it's single threaded non-blocking. Which makes it very faster.