Home »
MCQs »
Koa.js MCQs
Which of the following is a routing package that makes it simple to handle URL routes and HTTP methods?
3. Which of the following is a routing package that makes it simple to handle URL routes and HTTP methods?
- Route.Koa
- Koa-router
- Routes
- Node-router
Answer: B) Koa-router
Explanation:
Koa-router is a routing package that makes it simple to handle URL routes and HTTP methods.