Node JS Interview Questions and Answers
Q1 : What are the features of Node.js? A : Node.js is a single-threaded but highly scalable system that utilizes JavaScript as its scripting language. It uses asynchronous, event-driven I/O instead of separate processes or threads. It is able to achieve high output via single-threaded event loop and non-blocking I/O. Q2 : In which Language Node Js is written ? A : Node js is written in C, C++,JavaScript.It uses Google’s open source V8 Javascript Engine to convert Javascript code