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

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. 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.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. 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.

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

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

  • Chart.js in Next.js 15: Create Dynamic Data Visualizations

    2 projects | dev.to | 26 Mar 2025
  • Optimizing Line Chart Performance with LTTB Algorithm

    2 projects | dev.to | 1 Feb 2025
  • ✌🏽4 Graphics Libraries Tools for React Developers in 2025 💹📊

    3 projects | dev.to | 28 Dec 2024
  • Ask HN: What is the best software to visualize a graph with a billion nodes?

    13 projects | news.ycombinator.com | 2 Aug 2024
  • Free ngrok alternative for async web dev - the Hookdeck CLI

    3 projects | dev.to | 29 Jul 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?