Announcing the Deno company!

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

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
  • 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.

  • 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
  • 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

  • GitHub - Boshen/oxc: The JavaScript Oxidation Compiler -> Linter

    3 projects | /r/javascript | 3 Mar 2023
  • Ensure you never forget a case in a switch

    5 projects | /r/Deno | 28 Oct 2022
  • Big Changes Ahead for Deno

    13 projects | news.ycombinator.com | 15 Aug 2022
  • Rust in javascript

    6 projects | dev.to | 12 Jun 2022
  • Getting Started with Deno

    5 projects | dev.to | 28 Feb 2021