# tjanczuk/edge

Run .NET and Node.js code in-process on Windows, MacOS, and Linux

Repository: https://github.com/tjanczuk/edge
Canonical: https://ross.abutalabs.com/products/edge
Homepage: http://tjanczuk.github.io/edge
Language: C++
License: NOASSERTION
License Family: other
Last push: 2024-11-14T13:15:40+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4942, "days_push": 657, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5436, forks 631 (observed 2026-08-28T04:09:18.135473+00:00)

## What it is
Edge.js is an interop library that lets Node.js and .NET (CLR, .NET Core, Mono) code call each other in-process, on Windows, macOS, and Linux. It supports scripting C# (and other .NET languages) from JavaScript and vice versa via an async calling convention. Note: this original repo is superseded by the actively maintained agracio/edge-js fork.

## Use cases
- call C# code from a Node.js application
- run Node.js scripts from a .NET application
- reuse existing .NET libraries in a JavaScript project
- combine Node.js I/O handling with CPU-bound .NET processing in one process
- bridge JavaScript and .NET ecosystems without separate services

## When to choose
- you need tight in-process interop between Node.js and .NET rather than an HTTP or IPC bridge
- you want to call legacy .NET libraries from Node.js or vice versa
- you need cross-platform (Windows/macOS/Linux) CLR-Node interop

## When to avoid
- you want an actively maintained project - use the agracio/edge-js fork instead
- a lightweight out-of-process bridge (REST, gRPC, message queue) fits your architecture better
- you are not mixing Node.js and .NET ecosystems

## Facets
- artifact type: library
- maturity: maintenance
- function: developer-tools, concurrency, sdk
- domain: developer-tools, cross-platform, programming-languages
- platform: dotnet, windows, cross-platform
- tags: interop, clr, mono, net-core, language-interop, in-process, edge-js-fork, nodejs, macos, linux

## Member repositories
- tjanczuk/edge (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:18.135473+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:56:52.355109+00:00, confidence not recorded.
  - readme: https://github.com/tjanczuk/edge (fetched 2026-08-28T04:09:18.135473+00:00, sha 90897ab3d1d6)
  - homepage: http://tjanczuk.github.io/edge (fetched 2026-08-29T08:51:59.359821+00:00, sha 694bfa65bb69)
- Data as of 2026-08-30T08:39:29.467469+00:00.
