# joeferner/node-java

Bridge API to connect with existing Java APIs.

Repository: https://github.com/joeferner/node-java
Canonical: https://ross.abutalabs.com/products/node-java
Language: C++
License: MIT
License Family: permissive
Last push: 2026-02-03T19:52:15+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 65, release rhythm 35, longevity 100
- inputs: {"age_days": 5339, "days_push": 211, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1891, forks 288 (observed 2026-08-28T04:05:49.578390+00:00)

## What it is
A Node.js native addon (C++/JNI bridge) that lets JavaScript code call Java classes and APIs directly from Node. It provides a bridge API for interacting with existing Java libraries from the Node.js runtime.

## Use cases
- call java libraries from node.js
- bridge node and jvm code
- use existing java apis in javascript
- invoke java classes from node
- integrate legacy java code with node app

## When to choose
- you need to call Java code from Node.js without running a separate JVM service
- you want direct JNI-level interop with existing Java libraries

## When to avoid
- you prefer decoupled integration via HTTP or message queues instead of in-process JNI
- your build environment cannot compile native addons or lacks a full JDK

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, developer-tools
- domain: developer-tools, cross-platform
- platform: windows, cross-platform
- tags: java-bridge, jni, nodejs-addon, interop, nodejs, linux, macos

## Member repositories
- joeferner/node-java (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:49.578390+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-30T03:13:00.209613+00:00, confidence not recorded.
  - readme: https://github.com/joeferner/node-java (fetched 2026-08-28T04:05:49.578390+00:00, sha f9e941965b6e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
