In this post, we will use Kue, a Node.js module for creating a job queue and processing jobs in the background. Kue is backed by Redis and it is designed to be simple to use. Before moving on, ensure that Redis is installed and a redis-server is running on your system.
Full article