Software Alternatives & Reviews

Building a modern gRPC-powered microservice using Node.js, Typescript, and Connect

rollup.js esbuild
  1. Rollup is a module bundler for JavaScript which compiles small pieces of code into a larger piece such as application.
    Pricing:
    • Open Source
    As we iterate on the definition, we are going to want a better developer experience for rebuilding the package on changes. Typically, for a “library” or “utility” style package, I’d reach for either unbuild’s stub concept or use esbuild/tsup/rollup to implement a more traditional watch/rebuild, but in this case, I’m watching a proto file that lives outsides of the source, which breaks assumptions of those tools.

    #Web Application Bundler #JS Build Tools #Front End Package Manager 44 social mentions

  2. An extremely fast JavaScript bundler and minifier
    Pricing:
    • Open Source
    As we iterate on the definition, we are going to want a better developer experience for rebuilding the package on changes. Typically, for a “library” or “utility” style package, I’d reach for either unbuild’s stub concept or use esbuild/tsup/rollup to implement a more traditional watch/rebuild, but in this case, I’m watching a proto file that lives outsides of the source, which breaks assumptions of those tools.

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

Discuss: Building a modern gRPC-powered microservice using Node.js, Typescript, and Connect

Log in or Post with