JavaScript message-queue

Open-source JavaScript projects categorized as message-queue

Top 4 JavaScript message-queue Projects

  • bull

    Premium Queue package for handling distributed jobs and messages in NodeJS.

  • Project mention: Prioritizing Concurrent Requests: Queuing system to handle distributed processes and messages with NodeJS and Bull | dev.to | 2024-03-15

    To implement the solution with a queue, I used a package called 'Bull' (https://github.com/OptimalBits/bull). It's a library that helps with distributed job control, providing some very useful solutions for this type of work, such as background job processing, queues with priorities (FIFO, LIFO, and others), among other features. 'Bull' uses Redis for queue storage, so if your application crashes for any reason, once it's back online, it will continue executing the processes that are in the queue. In our case, we'll use the FIFO (First in, first out) queue solution, meaning priority based on arrival order.

  • nodejs-integration-tests-best-practices

    ✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (March 2024)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • rsmq

    Redis Simple Message Queue

  • messagebus

    Go simple async message bus

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript message-queue related posts

  • Prioritizing Concurrent Requests: Queuing system to handle distributed processes and messages with NodeJS and Bull

    2 projects | dev.to | 15 Mar 2024
  • Instrumentation for Event Driven

    1 project | dev.to | 13 Jul 2023
  • Redis master/slave setup on Kubernetes throwing error: BRPOPLPUSH { ReplyError: MOVED 2651

    1 project | /r/codehunter | 7 Jul 2023
  • How to use Job Queue to handle email sending in your Nestjs server

    4 projects | dev.to | 26 Jun 2023
  • Learning Guidance

    1 project | /r/node | 16 Jan 2023
  • image processing in express application, should it be done in a separate thread?

    1 project | /r/node | 28 Dec 2022
  • Best development practice for setting up a cron job for each user?

    1 project | /r/node | 8 Dec 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source message-queue projects in JavaScript? This list will help you:

Project Stars
1 bull 15,090
2 nodejs-integration-tests-best-practices 3,202
3 rsmq 1,703
4 messagebus 266

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com