Is rust overkill for most back-end apps that could be done quickly by NodeJS or PHP?

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. deno

    A modern runtime for JavaScript and TypeScript.

    I would use Deno or Go over Nodejs or PhP. Deno is the new Node, made by the guy who made Node, but improved (more secure, better tooling, etc).

  2. SaaSHub

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

    SaaSHub logo
  3. typeshare

    Discontinued Generate code in different languages from Rust type definitions for FFI interop.

    Aren't there things like typeshare to aid with that case?

  4. FrameworkBenchmarks

    Discontinued Source for the TechEmpower Framework Benchmarks project

    Their GitHub wiki explaining the benchmark problems: https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview

  5. tracing-opentelemetry-instrumentation-sdk

    Middlewares and tools to integrate axum + tracing + opentelemetry

    APM (services like Datadog) integration with Python is just a few lines and everything's monkey patched for you in runtime. You don't have that choice with Rust, have a look at this repo: it's hundreds of lines of glue code that you need to understand in case something breaks, and you still need to annotate things manually, that'll just help you to output traces to your APM.

  6. inline-python

    Inline Python code directly in your Rust code

    I know the OP asked about Node/PHP but for Python, there is https://github.com/fusion-engineering/inline-python which can give you both Rust and the all-the-libraries experience.

  7. aerospike-client-rust

    Rust client for the Aerospike database

  8. diesel-async

    There's also diesel-async, basically a drop-in replacement but you have to use one of the built in connection pools

  9. swift

    The Swift Programming Language

    Amuse yourself, https://github.com/apple/swift/blob/main/docs/Runtime.md

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

  • Scarab Diagnostic Suite Field Test #014: Deno Stdin Stream Resource Boundary

    1 project | dev.to | 6 Jun 2026
  • Deno: Secure TypeScript and JavaScript Runtime

    2 projects | dev.to | 13 Feb 2026
  • Deno: A Runtime for TypeScript Built with V8, Rust, and Tokio

    1 project | news.ycombinator.com | 12 Jan 2026
  • My Solution to Deno Watch Mode Signal Handling

    1 project | dev.to | 13 Dec 2025
  • Update on Deno Watch Mode Signal Issue.

    1 project | dev.to | 13 Dec 2025