Why NodeJS in Front Ends?

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • common-shakeify

    browserify tree shaking plugin using `common-shake`

    Tree shakers, which "shakes" unused or dead codes from your JS files. One of them is common-shakeify

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

    Module bundlers, which combine all your JS code and its dependencies into one massive file. Examples include webpack and browserify.

  • deno

    A modern runtime for JavaScript and TypeScript.

    There are certainly other alternatives to NodeJS, like bun and deno. These are the same stuff (with additional... stuff), their function is to run JS outside of your browser.

  • bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

    There are certainly other alternatives to NodeJS, like bun and deno. These are the same stuff (with additional... stuff), their function is to run JS outside of your browser.

  • browserify

    browser-side require() the node.js way

    Module bundlers, which combine all your JS code and its dependencies into one massive file. Examples include webpack and browserify.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • How to use any NPM module with Browserify in the browser

    1 project | dev.to | 25 Jan 2023
  • How to serve my JS / node API client page?

    1 project | /r/learnprogramming | 20 Nov 2022
  • How to "import" modules in JS files and questions about best practices.

    1 project | /r/learnjavascript | 17 Nov 2022
  • Help with parse errors converting modular JavaScript to single file

    2 projects | /r/learnjavascript | 28 Oct 2022
  • Node.js in Chrome extension

    2 projects | /r/node | 2 Jul 2022