Node.js 16 Available Now

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

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

    Performance comparison of WebAssembly, C++ Addon, and native implementations of various algorithms in Node.js.

    WASM has its moments, as you can see in this[1] benchmark it outperforms JS and native addons on certain tasks.

    Since the bottleneck with native addons is usually data copying/marshalling, and we have direct access to WebAssembly memory from the JavaScript side, using WebAssembly on this "shared" memory might become the best approach for computationally heavy tasks. I wrote about it a bit here[2].

    [1] https://github.com/zandaqo/iswasmfast

  • SaaSHub

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

    SaaSHub logo
  • public-roadmap

    Discontinued Checkly public roadmap. All planned features, updates and tweaks. (by checkly)

  • Coral

    A better commenting experience from Vox Media (by coralproject)

    Yup! We do a Typescript/Node.js/GraphQL back-end with React/Relay/Typescript on the front end.

    https://github.com/coralproject/talk

    It's pretty nice having the whole code base share types, syntax, structure, etc.

  • neon

    Rust bindings for writing safe and fast native Node.js modules. (by neon-bindings)

  • proposal-regexp-match-indices

    Discontinued ECMAScript RegExp Match Indices

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

  • My Open-Source toolkit for 2024

    7 projects | dev.to | 11 Feb 2024
  • Posthog is closing their Slack community in favor of forum

    4 projects | news.ycombinator.com | 13 Jan 2024
  • The New Wasmer JavaScript SDK

    2 projects | news.ycombinator.com | 21 Dec 2023
  • Introducing monero-ts, a major upgrade to the monero-javascript library

    2 projects | /r/Monero | 3 Oct 2023
  • Electrons Are Fast, So Can Be Electron – How to Optimize Electron App Performance

    4 projects | dev.to | 24 Jul 2023

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?