0 votes
in NodeJS Essentials by

Which of the following is used to create HTTP servers in Node.js?

A) http

B) express

C) koa

D) all of the above

1 Answer

0 votes
by
Answer: A

Explanation: http is used to create HTTP servers in Node.js.
...