I'm a noob, I've hit a wall and I need a bit of handholding re: creating node.js app

This page summarizes the projects mentioned and recommended in the original post on /r/learnjavascript

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • simple-fullstack-examples

    Minimal examples of Node.js fullstack applications, showing that, at least in principal "fullstack" isn't that difficult.

  • Barring that, maybe take a look at this example here, it's not my code (and I just glanced at it briefly) but it seems to be a pretty basic example of how things generally work. Basically it contains a node app and the entry-point for that is src/index.js so take a look at that file and see how it's running a web service and connecting to a database, these are things that can (for our current purposes) only be done on the backend with the node app.

  • fs-jetpack

    Better file system API for Node.js

  • fs-jetpack https://www.npmjs.com/package/fs-jetpack

  • 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
  • graceful-fs

    fs with incremental backoff on EMFILE

  • graceful-fs https://www.npmjs.com/package/graceful-fs

  • electron-json-storage

    :package: Easily write and read user settings in Electron apps

  • electron-json storage https://github.com/jviotti/electron-json-storage

  • electron-settings

    📝 A simple persistent user settings framework for Electron.

  • electron-settings https://github.com/nathanbuchar/electron-settings

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