Requesting suggestions for technologies/libraries/frameworks to use on a personal Node.JS project

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

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

    Interact with Twitch's API, chat and subscribe to events via PubSub and EventSub.

  • I'll be using twurple for integration with Twitch APIs, but that's for later.

  • Express

    Fast, unopinionated, minimalist web framework for node.

  • I'm using express for web requests because I can ignore its generator and just use it for http serving, static file serving and basic routing without too much boilerplate.

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

    Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:

  • https://d3js.org/ might be what you're looking for.

  • d3-transition

    Animated transitions for D3 selections.

  • I guess I'm not quite sure what you mean by "animated widgets"... D3 supports animation.

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