0 votes
in NodeJS Essentials by

Which of the following is used to create RESTful APIs in Node.js?

A) Express.js

B) Koa

C) Hapi

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: Express.js, Koa, and Hapi are all used to create RESTful APIs in Node.js.

...