MongoDB access library in NodeJS?

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

    Node.js ORM written in TypeScript for type lovers.

  • I used Mongoose in the past, but I found it rough in terms of typing, that is important in a TS context. I also tried the official driver but, you know, it's only a driver. I (and my team) ended up building something new, a sort of a type-safe open-source ORM we named Typetta (https://twinlogix.github.io/typetta/). We are using it in some production projects, with a very good feedback, but my questions is still there: how do others face the problem of managing a data layer on top of MongoDB?

  • mongo-best-practices

    NodeJS mongoose best practices

  • Try mongoose and use atomic commands instead of huge business objects. Typebox can help to strong type, take a look at this repo: https://github.com/BCsabaEngine/mongo-best-practices

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

    LoopBack makes it easy to build modern applications that require complex integrations.

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

  • Let's build a REST API with NestJS

    6 projects | dev.to | 11 Nov 2022
  • Testing with NestJS like a Pro

    5 projects | dev.to | 7 Apr 2022
  • Interact with Relational Databases using TypeORM (w/JavaScript)

    4 projects | dev.to | 26 Jul 2021
  • Stories Behind ZenStack V2!

    3 projects | dev.to | 29 Apr 2024
  • NestJS tip: how to change HTTP server timeouts

    1 project | dev.to | 6 Apr 2024