0 votes
in NodeJS Essentials by

Which of the following is used to handle HTTP requests in Node.js?

A) express

B) koa

C) hapi

D) connect

1 Answer

0 votes
by

Answer: A

Explanation: Express is a popular web framework for Node.js that is used to handle HTTP requests.

...