Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka Node.js Certification Training curriculum, Visit our Website: bit.ly/2rWHwrL
@shubhamkadu99125 жыл бұрын
This channel is ocean of knowledge in itself......we need more and more channel like this
@archisman5486Ай бұрын
Top to Bottom everything is explained about node.js. Very Informative Video.🙂
@kazinoman30393 жыл бұрын
A lot of information with fantastic feeling and inspiration. Javascript like a ocean it's soo much endless including Node js is a good invention. We want more content like that.
@edurekaIN3 жыл бұрын
Hi, we have considered your request. Do subscribe to our channel and stay tuned for more exciting content. Cheers :)
@MrMohita19862 жыл бұрын
Good platforms to prepare nodejs interview questions
@edurekaIN2 жыл бұрын
Good To know our videos are helping you learn better :) Stay connected with us and keep learning ! Do subscribe the channel for more updates : )
@kettapaiyaninthakumaru0074 жыл бұрын
Crisp and clear👍
@edurekaIN4 жыл бұрын
Thanks for the compliment!
@OstonCodeCypher5 жыл бұрын
Thanks for the tutorial
@sagarghare98295 жыл бұрын
Thanks edureka . It was helpful . and happy diwali :) ^^
@edurekaIN5 жыл бұрын
You're most welcome Happy Diwali to you too.
@Krimson5pride5 жыл бұрын
Great video.
@balavignesh_arts5 жыл бұрын
pls upload data scientists Interview questions plssssssssssss
@edurekaIN5 жыл бұрын
Hi, here's a link to our Data scientist interview question tutorial: kzbin.info/www/bejne/qoWkmpiLmLN7mrs
@shivangchaturvedi2373 жыл бұрын
Wow!!
@mohdnawazishalam32555 жыл бұрын
Sir can you answer Fresher salary of nodejs developer in india??
@edurekaIN5 жыл бұрын
Hi Alam, average Salary for Node.js ranges around Rs 612K per annum. Hope this solves your query.
@ivank.11935 жыл бұрын
that indian accent is so.... adorable
@soniramgaur5642 жыл бұрын
Anazing
@andrewleong76135 жыл бұрын
Shouldn't node js be better for creating real time apps than angular???
@edurekaIN5 жыл бұрын
Node is faster than angular and also it is completely server side. Node is a cross platform runtime library for javascript. Whereas, angular is a framework for dynamic web apps.
@Hariharan06065 жыл бұрын
How does NodeJS handle 10000 concurrent requests ?
@edurekaIN5 жыл бұрын
The asynchrony is handled by the OS - the node single-threaded application is executing in parallel with the database process. The concurrency is handled by Node - running other code in the event loop and deferring checking the query result until later. Depends on the application and the underlying technology.
@nikhilgavali88065 жыл бұрын
Hey in the first question you said node js is JavaScript framework and in the 6th question you said it is not framework..... Clear it please
@edurekaIN5 жыл бұрын
Node is a runtime or environment. It is not a framework. But NestJs is a framework built with Node.js. Hope this solves your query.