Infinite loop pattern to poll for a queue in a REST server app

This page summarizes the projects mentioned and recommended in the original post on /r/node

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. sqs-consumer

    Build Amazon Simple Queue Service (SQS) based applications without the boilerplate

    For you queue consumer, specifically because you mentioned AWS SQS, I wouldstrongly recommend the following library: sqs-consumer

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. bull

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

    I would use a job queuer like https://github.com/OptimalBits/bull

  4. nsq

    A realtime distributed messaging platform

    Queue consumers are interesting because there are many solutions for them, from using Redis and persisting the data in a data store - but for fast and scalable the approach I would take is something like SQS (as I advocate AWS even free tier) or NSQ for managing your own distributed producers and consumers.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

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