RoundSqr interview question

What is Node JS and How it will work ?

Interview Answer

Anonymous

4 Oct 2021

Node JS is an Environment to run Java Script on server Side and It is asynchronous, it uses event loop Internally to respond to events once it is done by using callbacks.