LLRT: A low-latency JavaScript runtime from AWS

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. llrt

    LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.

    https://github.com/awslabs/llrt/blob/e2cc8237f4bd04e161d46b3...

    This wraps QuickJS and there is not a single mention on their front page. At least a hello or shout-out to Fabrice Bellard would have been nice.

    But I guess it's AWS and they do this with other projects, so not too surprising.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. workerd

    The JavaScript / Wasm runtime that powers Cloudflare Workers

    For ref:

    - https://blog.cloudflare.com/workerd-open-source-workers-runt...

    - https://github.com/cloudflare/workerd

  4. winterjs

    LLRT is built using Rust, Tokio and QuickJS under the hood.

    We (at Wasmer), have been working on a very similar approach: WinterJS, which is using SpiderMonkey instead (but also built on top of Rust and Tokio). https://github.com/wasmer/winterjs

  5. winterjs

    Winter is coming... ❄️

      curl https://github.com/wasmerio/winterjs | grep -i license # :-(

  6. hermes

    A JavaScript engine optimized for running React Native.

    Hermes is a big one as well: low startup latency, low memory

    https://hermesengine.dev/

  7. pljs

    PLJS - Javascript Language Plugin for PostgreSQL

    pljs (https://github.com/plv8/pljs) is a postgres language plugin that also uses quickjs. given how much faster the startup is compared to v8, and that most postgres functions are very small and do very little compared to a node.js program, it is quite good.

    I can definitely see aws' lambda operations gaining quite a bit from this.

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

  • How to boot up ubuntu Server on Raspberry PI 5 (Headless)

    1 project | dev.to | 19 Jul 2025
  • CLI converts YAML exercise plan to guided audio files

    2 projects | news.ycombinator.com | 19 Jul 2025
  • How I deployed my first project for my devops portfolio: Project Architecture

    2 projects | dev.to | 19 Jul 2025
  • Hypseus Singe: A program to play laserdisc arcade games

    1 project | news.ycombinator.com | 19 Jul 2025
  • Show HN: Klartraum, a neural rendering inference engine

    1 project | news.ycombinator.com | 19 Jul 2025

Did you know that C++ is
the 7th most popular programming language
based on number of references?