What are your best Node tips/tricks/discoveries from 2021?

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

    High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.

  • As a seasoned sharp user, discovered jimp . Had to convert an image to BMP once and sharp doesn't support that format.

  • jimp

    An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.

  • As a seasoned sharp user, discovered jimp . Had to convert an image to BMP once and sharp doesn't support that format.

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

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  • Prisma... best ORM I've ever used. The TS support for end-to-end (DB+ORM>API>Frontend) typing of data is amazing.

  • Koa

    Expressive middleware for node.js using ES2017 async functions

  • I started using Koa; it's a web framework from the same team that created Express. I like its simplicity and how the middlewares interact in a stack-like manner.

  • benchmarks

    Fast and low overhead web framework fastify benchmarks. (by fastify)

  • Also, Fastify, though I haven't used it much.

  • adonis-apollo

    Apollo GraphQL server for AdonisJS 5

  • TypeORM

    ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

  • Yeah I've used TypeORM. I can't get over weird TypeORM APIs like this

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

    InfluxDB logo
  • MikroORM

    TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases.

  • Here is the issue I raised: https://github.com/mikro-orm/mikro-orm/issues/602

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

  • Top 6 ORMs for Modern Node.js App Development

    7 projects | dev.to | 11 Oct 2023
  • ERDIA: TypeORM entity specification documentation tool

    6 projects | dev.to | 28 Aug 2023
  • Which ORM do you use with node for relational databases? What's the difference in using sequalize and something like knex/ bookshelf?

    3 projects | /r/node | 10 Feb 2022
  • Prisma ORM: how to use the great database mapping package

    3 projects | /r/node | 15 May 2021
  • TypeORM - it's not what you think.

    21 projects | /r/typescript | 2 Mar 2021