Which of the following is used to handle HTTP requests in Node.js?
A) express
B) koa
C) hapi
D) connect
Answer: A
Explanation: Express is a popular web framework for Node.js that is used to handle HTTP requests.