JavaScript Queue

Open-source JavaScript projects categorized as Queue

Top 11 JavaScript 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.

  • rsmq

    Redis Simple Message Queue

  • 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
  • pg-boss

    Queueing jobs in Node.js using PostgreSQL like a boss

  • Project mention: Choose Postgres Queue Technology | news.ycombinator.com | 2023-09-24

    For running queues on Postgres with Node.js backend(s), I highly recommend https://github.com/timgit/pg-boss. I'm sure it has it scale limits. But if you're one of the 90% of the apps that never needs any kind of scale that a modern server can't easily handle then it's fantastic. You get transactional queueing of jobs, and it automatically handles syncing across multiple job processing servers using Postgres locks.

  • buckets

    A complete, fully tested and documented data structure library written in pure JavaScript.

  • appserver.io

    A multithreaded application server for PHP, written in PHP.

  • messagebus

    Go simple async message bus

  • simplQ-frontend

    Modern and fully web based free queue management open source software.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • stream-live-system

    :red_circle: An example of a live broadcast system using microservice concepts and architected with docker.

  • quetie

    🎀 Just the cutest and tiniest queue/deque implementation!

  • pgboss-with-prisma

    It reproduces a simplified version of my ETL process using pg-boss. It aims to replace Bull and Redis, evaluating compatibility and performance. Contributions are welcome to explore pg-boss as an alternative solution for ETL

  • Project mention: How do you handle queues in Node.js? Have you ever tried using pgboss? | /r/node | 2023-05-06

    On the other hand, I conducted a P.O.C. to compare the performance of pg-boss and PostgreSQL against that of Bull and Redis. You can find the P.O.C. at this GitHub repository: https://github.com/lgauthier1/pgboss-with-prisma

  • sumo-queue

    Queue Data Structure Implementation. Use it for large arrays.

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). The latest post mention was on 2024-03-15.

JavaScript Queue related posts

Index

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

Project Stars
1 bull 15,018
2 rsmq 1,703
3 pg-boss 1,615
4 buckets 1,231
5 appserver.io 964
6 messagebus 266
7 simplQ-frontend 171
8 stream-live-system 145
9 quetie 110
10 pgboss-with-prisma 3
11 sumo-queue 3
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com