Designing Error Messages and a Logging Strategy in Node.js

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

    A logger for just about everything.

  • Essentially, Winston is a logging library that allows you to:

  • Bunyan

    a simple and fast JSON logging module for node.js services

  • Are there more options? Absolutely: Bunyan, Pino, and others. It depends on what your particular logging needs are.

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

    🌲 super fast, all natural json logger

  • Are there more options? Absolutely: Bunyan, Pino, and others. It depends on what your particular logging needs are.

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

  • Node.js: How to Power Up Your Logging

    3 projects | dev.to | 1 May 2022
  • Advice on Node Logging to Google Cloud Platform

    1 project | /r/node | 1 Jun 2023
  • Node.js 20 Released: Experimental Perms, new V8, and Single Executable Apps

    1 project | /r/node | 19 Apr 2023
  • Logging practices

    1 project | dev.to | 7 Feb 2023
  • Logging - correlationId - headers - how?

    2 projects | /r/nextjs | 30 Jan 2023