in NodeJS Essentials by (32.2k points)

When are background/worker processes useful? How can you handle worker tasks?

1 Answer

0 votes
by (20.8k points)

Worker processes are extremely useful if you'd like to do data processing in the background, like sending out emails or processing images.

There are lots of options for this like RabbitMQ or Kafka.

Related questions

0 votes
asked May 31, 2020 in NodeJS Essentials by Robindeniel (20.8k points)
+1 vote
+1 vote
asked May 31, 2020 in NodeJS Essentials by Robindeniel (20.8k points)
+1 vote
asked May 31, 2020 in NodeJS Essentials by Robindeniel (20.8k points)
...