Software Alternatives, Accelerators & Startups

10 Performance Tips for Scaling Your Node.js API

Webpack Sequelize wrk esbuild
  1. Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
    Pricing:
    • Open Source
    Use webpack or esbuild for bundling and pruning dead code Want to audit your bundle? Tools like pkg-size or cost-of-modules can show you which packages are inflating your deploy size.

    #Web Application Bundler #JS Build Tools #Module Bundler 248 social mentions

  2. Provides access to a MySQL database by mapping database entries to objects and vice-versa.
    Pricing:
    • Open Source
    Sequelize also lets you fine-tune queries, includes hooks, and can help mitigate N+1s.

    #Development #Web Frameworks #Tool 51 social mentions

  3. 3

    wrk

    HTTP benchmarking tool capable of generating significant load on a multi-core CPU.
    Wrk: a powerful HTTP benchmarking tool written in C.

    #Website Testing #Hiring And Recruitment #Monitoring Tools 31 social mentions

  4. An extremely fast JavaScript bundler and minifier
    Pricing:
    • Open Source
    Use webpack or esbuild for bundling and pruning dead code Want to audit your bundle? Tools like pkg-size or cost-of-modules can show you which packages are inflating your deploy size.

    #JS Build Tools #Web Application Bundler #Project Management 148 social mentions

Discuss: 10 Performance Tips for Scaling Your Node.js API

Log in or Post with