How do I allow my express REST server to handle multiple concurrent requests (200-500) at the same time?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • functions-samples

    Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase

  • I would also consider using a serverless entry point for hook ingestion (eg Firebase Functions). That would make the hook and queue process very fast and light. It would auto scale and leave your app infrastructure largely untouched

  • The gist

    BullMQ - Message Queue and Batch processing for NodeJS and Python based on Redis

  • This is the ideal scenario for a redis message queue like BullMQ. You could even process that queue in a stand alone process automatically if needed.

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