This article will focus on explaining what message queues are and how to get started with them by building a very simple application. You should be familiar with the basics of Node.js, and you should have Redis installed locally or on a cloud instance. Learn how to install Redis here.

10m read timeFrom freecodecamp.org
Post cover image
Table of contents
What is a Queue?What is a Job?Why Use Queues?How to Build a Simple Application that Uses QueuesHow to Build the EndpointHow to Create the QueueHow to Process the JobsSummary
2 Comments

Sort: