Home »
MCQs »
Full Stack Development MCQs
Amongst which of the following technology uses 'Pipelines' to handle request/response?
43. Amongst which of the following technology uses "Pipelines" to handle request/response?
- Ruby
- Express.js
- Flask
- Spring Boot
Answer: B) Express.js
Explanation:
Express.js uses pipelines as a series of middleware functions that are executed sequentially to incoming HTTP requests.