To Tell about the basic questions asked in node to me in many interviews
- What is Nodejs ?
- How many threads does nodejs have ?
- How do nodejs work ?
- Is nodejs Single Threaded Or Multi Threaded ?
- what is node cluster ?
- Does parent process depends on the child preocess ?
- How many types of module do nodejs have ?
- Why nodejs ?
- What is npm ?
- Difference between pacakage.json and pacakage-lock.json ?
- What is the difference betwwen creating a server with http and a framework ?
- What do you mean by non-blocking ?
- What is event loop ?
- What is event driven ?