Announcing the Deno company!

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

Our great sponsors
  • Sonar - Write Clean C++ Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • deno

    A modern runtime for JavaScript and TypeScript.

    Deno does also provide a library-style Rust API that allows for embedded JS / interop / etc, which is where stuff like the Tokio dependencies come into play mostly. They have a basic example of usage of the Rust API that you can see here.

  • V8

    The official mirror of the V8 Git repository

    With all due to respect to boa which is a great project, it really doesn't seem even have the massive optimization of v8 as an explicit goal. v8 directly compiles JS to native code, in real time.

  • Sonar

    Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • esbuild

    An extremely fast bundler for the web

    I thought this was a big deal until I recently found esbuild (https://github.com/evanw/esbuild). It compiles my backend projects in 10s of milliseconds (effectively instant compile times). So now I just run esbuild ... && node ... and I have TypeScript support. It'd still be nice if it was built in, but it'd only be a minor convenience.

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