0 votes
in NodeJS Essentials by
Which of the following is used to create task schedulers in Node.js?

A) node-cron

B) Agenda

C) Bull

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: node-cron, Agenda, and Bull are all used to create task schedulers in Node.js.

...