From 43473b2b6e307887b58d19169dc904011ac0e11c Mon Sep 17 00:00:00 2001 From: Robin Rodricks Date: Thu, 17 Oct 2024 09:43:05 +0530 Subject: [PATCH] Replace Edge.js with active fork (#1295) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 48a3566..4f8508d 100644 --- a/readme.md +++ b/readme.md @@ -725,7 +725,7 @@ - [napi-rs](https://github.com/napi-rs/napi-rs) - Framework for building compiled Node.js add-ons in Rust via Node-API. - [Neon](https://github.com/neon-bindings/neon) - Rust bindings for writing safe and fast native Node.js modules. -- [Edge.js](https://github.com/tjanczuk/edge) - Run .NET and Node.js code in the same process on Windows, macOS, and Linux. +- [Edge.js](https://github.com/agracio/edge-js) - Run .NET and Node.js code in the same process on Windows, macOS, and Linux. - [DotNetJS](https://github.com/Elringus/DotNetJS) - Consume .NET libraries in Node.js using this .NET interoperability layer. ### Natural language processing