What are the features of node.js?



What are the features of node.js?..

Answer / Shabana

Some key features of Node.js include:
1. Event-driven and non-blocking I/O, making it efficient for handling many connections at once.
2. Built on Chrome's V8 JavaScript engine, providing fast performance.
3. Compatibility with a vast ecosystem of npm packages (Node Package Manager).
4. Support for multi-core processors and scalable architecture.
5. Ability to run JavaScript on the server-side as well as in the browser.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

How do you delete a file using node.js?

1 Answers  


Explain event loop in node js?

1 Answers  


Explain what is a javascript engine?

1 Answers  


What are differences between synchronous and asynchronous method of fs module?

1 Answers  


Differentiate between spawn() and fork() methods in node.js?

1 Answers  


What is the difference of using var and not using var in repl while dealing with variables?

1 Answers  


What is the purpose of process object?

1 Answers  


What is the name of the events fired by streams?

1 Answers  


How node js read the content of a file?

1 Answers  


Where is npm?

1 Answers  


How will you truncate a file using node?

1 Answers  


How many types of api functions are there in node.js?

1 Answers  


Categories