Using memory storage vs disk storage

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

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.io
featured
InfluxDB - 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
featured
  • agenda

    Lightweight job scheduling for Node.js

  • If processing the file is going to take a relatively long time, you should send it to some asynchronous background process and immediately send a response to the user with status 202, then notify them later somehow if processing the file failed. Agenda is a good candidate for scheduling/managing more complex background tasks like this.

  • 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

  • MongoDB Materialized Views in NodeJS + Mongoose

    2 projects | dev.to | 12 Jul 2023
  • Contributing to Open Source: How We Crafted Agenda Admin

    2 projects | dev.to | 14 Nov 2022
  • Scheduled tasks with multiple web servers

    1 project | /r/Nestjs_framework | 11 Nov 2022
  • Need help developing auto logout feature

    1 project | /r/developersIndia | 3 Oct 2022
  • Can someone explain the CommonJS require pattern used in the Agenda docs example project?

    1 project | /r/node | 14 Jan 2022