How to Speed Up your Applications by Caching at the Edge with HarperDB

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Newman is a command-line collection runner for Postman

  • Now let’s open up Postman (a popular software for quickly testing api routes) to hit this endpoint, and see how long it takes to receive the data:

  • fastify

    Fast and low overhead web framework, for Node.js

  • Custom Functions are powered by Fastify (a light-weight Node.js framework that claims to be faster than Express.js), so they’re extremely flexible.

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

    Develop. Preview. Ship.

  • Vercel (a company that is famous for providing great Next.js hosting) provide edge functions that distribute your Next.js api routes around the globe, putting them closer to the user – wherever they are situated.

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

  • Building a RESTful API with Node.js and Express

    3 projects | dev.to | 8 Apr 2024
  • How to Build and Document a Go REST API with Gin and Go-Swagger

    3 projects | dev.to | 8 Mar 2024
  • How to Deploy and Secure a Next.js API on AWS

    2 projects | dev.to | 2 Feb 2024
  • Building a CRUD API with Total.js: A Step-by-Step Guide

    2 projects | dev.to | 15 Nov 2023
  • Security implications of cross-origin resource sharing (CORS) in Node.js

    3 projects | dev.to | 14 Sep 2023