1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2024-11-27 11:35:29 -05:00

Replace Edge.js with active fork (#1295)

This commit is contained in:
Robin Rodricks 2024-10-17 09:43:05 +05:30 committed by GitHub
parent b7c92d8013
commit 43473b2b6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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