From d3ae552b27c4d2f205ec6393f9d49eab2681b1de Mon Sep 17 00:00:00 2001 From: Robin Rodricks Date: Fri, 22 Sep 2023 23:17:49 +0530 Subject: [PATCH] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index ff1f55e..291ac8b 100644 --- a/readme.md +++ b/readme.md @@ -723,6 +723,9 @@ ### Cross-platform integration - [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. +- [DotNetJS](https://github.com/Elringus/DotNetJS) - Consume .NET libraries in Node.js using this .NET interoperability layer. ### Natural language processing