From Express to Fastify in Node.js

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

    Express compatibility layer for Fastify

  • I've found that the fastify-express plugin makes migrating from Express to Fastify much easier: https://github.com/fastify/fastify-express. It has full support for Express middleware and routes, allowing you to migrate things in stages if you prefer.

  • express-to-fastify-migration

    Example applications demonstrating a migration from Express to Fastify.

  • I've put some code on GitHub which shows an Express application before and after migrating it to Fastify, and I've written up the migration steps in How to Migrate Your App from Express to Fastify. Hopefully you find these useful if you decide to give Fastify a try!

  • 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

  • Help Converting Express Routes/Middleware/Controllers to Fastify

    2 projects | /r/node | 21 Feb 2022
  • Created my first library in typescript which gives express router a bit more juice

    4 projects | /r/webdev | 19 Feb 2021
  • 5 Node.js security code snippets every backend developer should know

    1 project | dev.to | 29 Feb 2024
  • Google OAuth2 with Fastify + TypeScript From Scratch

    3 projects | dev.to | 5 Nov 2023
  • Migrate Your Express Application to Fastify

    12 projects | dev.to | 5 Jul 2023