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 |
What is the revealing module pattern?
What is callback hell and how to avoid it?
Why to use node.js?
What is the role of buffer class in node?
Does uber use node.js?
What do you mean by “streams”? What are the different types of streams in node.js?
What are the types of applications that can be built by using Node.js?
can you explain the difference between readfile vs createreadstream in nodejs.
What do you mean by event emmitter?
Why to use 'ClearTimeout' in Node.JS?
Explain web server?
What are the Challenges with Node.js ?