Is nodejs a framework?



Is nodejs a framework?..

Answer / Rashmi Shridher

Node.js is not a framework, but a runtime environment for executing JavaScript code on the server-side. However, it can be combined with various libraries and tools to create full-stack web development frameworks such as Express.js.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What is the revealing module pattern?

1 Answers  


What is callback hell and how to avoid it?

1 Answers  


Why to use node.js?

1 Answers  


What is the role of buffer class in node?

1 Answers  


Does uber use node.js?

1 Answers  


What do you mean by “streams”? What are the different types of streams in node.js?

1 Answers  


What are the types of applications that can be built by using Node.js?

1 Answers  


can you explain the difference between readfile vs createreadstream in nodejs.

1 Answers  


What do you mean by event emmitter?

1 Answers  


Why to use 'ClearTimeout' in Node.JS?

1 Answers  


Explain web server?

1 Answers  


What are the Challenges with Node.js ?

1 Answers  


Categories