# neon-bindings/neon

Rust bindings for writing safe and fast native Node.js modules.

Repository: https://github.com/neon-bindings/neon
Canonical: https://ross.abutalabs.com/products/neon-bindings-neon
Homepage: https://www.neon-bindings.com/
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2026-08-24T16:08:20+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 40, longevity 100
- inputs: {"age_days": 4001, "days_push": 9, "days_rel": 467, "gap_med": 0, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8423, forks 286 (observed 2026-08-28T04:10:21.109275+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: sdk, developer-tools, concurrency
- domain: developer-tools, web-development, backend, cross-platform
- platform: rust, windows, cross-platform
- tags: nodejs-native-addons, rust-bindings, napi, ffi, node-api, native-modules, nodejs, linux, macos

## Member repositories
- neon-bindings/neon (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:21.109275+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:27:16.378181+00:00, confidence not recorded.
  - readme: https://github.com/neon-bindings/neon (fetched 2026-08-28T04:10:21.109275+00:00, sha 19fd2170111c)
  - homepage: https://www.neon-bindings.com/ (fetched 2026-08-29T08:27:16.610222+00:00, sha 6f73ec42ee36)
  - site_page: https://neon-rs.dev/docs/introduction (fetched 2026-08-29T08:27:16.613010+00:00, sha 32b54c0c3800)
  - site_page: https://neon-rs.dev/docs/quick-start (fetched 2026-08-29T08:27:16.614775+00:00, sha 5b78ca4f335f)
  - registry_crates: https://crates.io/api/v1/crates/neon (fetched 2026-08-29T08:27:16.616468+00:00, sha d4cf160cc189)
- Data as of 2026-08-30T08:39:29.467469+00:00.
