Ross ROSS = Recommend OSS · open-source software intelligence for agents

neon-bindings/neon

Rust bindings for writing safe and fast native Node.js modules. observed · 2026-08-28

github.com/neon-bindings/neon · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

79/100

  • Activity 99
  • Release rhythm 40
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 4001
  • days_rel: 467
  • days_push: 9
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

8423 stars · 286 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Neon is a Rust library and toolchain for writing safe, fast native Node.js addons using Node-API. It provides memory-safe bindings so Rust code can be embedded in Node.js applications and libraries.

Use cases

  • write node.js native addons in rust
  • speed up slow javascript hot paths with rust
  • use rust crates from node.js
  • run multithreaded parallel code in node safely
  • call native os libraries from node.js
  • build a node module with rust instead of c++

When to choose

  • you need raw performance beyond what javascript can offer
  • you want memory-safe native addons guaranteed by the rust compiler
  • you need threads and parallelism without data races
  • you want access to the rust ecosystem from node.js

When to avoid

  • your workload is not performance-bound and plain javascript suffices
  • you need full bun compatibility, which is still experimental
  • you want to avoid a rust toolchain dependency in your build

Facets

library · maturity stable

sdk developer-tools concurrency developer-tools web-development backend cross-platform rust windows cross-platform nodejs-native-addons rust-bindings napi ffi node-api native-modules nodejs linux macos

5 sources

Member repositories

RepositoryRoleHealth v2
neon-bindings/neonmain79

For agents

markdown · JSON · MCP: product_card(name="neon-bindings/neon")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem