Best practices for keeping a node package small

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nbb

    Discontinued Scripting in Clojure on Node.js using SCI [Moved to: https://github.com/babashka/nbb] (by borkdude)

  • I have a project called nbb which has a main ES module , and a couple of optional ES modules. I'd like to set up my project such that the main npm package is small and only when people need the extra modules, they can for example install another npm package which contains the extra module. One reason I'd like to keep the main npm package small is the 3MB limit in AWS for editing code. Another reason is to just not pollute people's hard disks with unnecessary stuff.

  • Gitea

    Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

  • 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