Which server is used in node js?



Which server is used in node js?..

Answer / Arun Kumar Yadav

Node.js does not directly come with a built-in web server. Instead, it uses third-party modules such as Express.js or Hapi.js to handle HTTP requests and create web servers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What is io.js?

1 Answers  


What is http createserver?

1 Answers  


What is V8 JavaScript Engine?

1 Answers  


Why is npm used?

1 Answers  


Is callback function asynchronous?

1 Answers  


Why we use node.js?

1 Answers  


What is NPM in Node.js?

1 Answers  


What is nodemon and how it can we used?

1 Answers  


What function are arguments available to express js route handlers?

1 Answers  


Is node an application server?

1 Answers  


What is rest api in node js?

1 Answers  


Who are using node.js for their development?

1 Answers  


Categories