Compare commits

...

5 Commits

Author SHA1 Message Date
Sindre Sorhus
9a176cc7fd Update readme.md 2023-09-23 01:53:36 +07:00
Robin Rodricks
d3ae552b27 Update readme.md 2023-09-22 23:17:49 +05:30
Robin Rodricks
07b1db3bb1 Fix tabs 2023-09-14 12:05:35 +05:30
Robin Rodricks
dbc734205b Add Cross-platform integration 2023-09-14 12:05:17 +05:30
Robin Rodricks
85ea0038a6 Add NAPI-RS 2023-09-14 12:01:34 +05:30

View File

@@ -136,6 +136,7 @@
- [Email](#email) - [Email](#email)
- [Job queues](#job-queues) - [Job queues](#job-queues)
- [Node.js management](#nodejs-management) - [Node.js management](#nodejs-management)
- [Cross-platform integration](#cross-platform-integration)
- [Natural language processing](#natural-language-processing) - [Natural language processing](#natural-language-processing)
- [Process management](#process-management) - [Process management](#process-management)
- [Automation](#automation) - [Automation](#automation)
@@ -719,6 +720,13 @@
- [nodenv](https://github.com/nodenv/nodenv) - Version manager that is similar to Ruby's rbenv. It supports auto version switching. - [nodenv](https://github.com/nodenv/nodenv) - Version manager that is similar to Ruby's rbenv. It supports auto version switching.
- [fnm](https://github.com/Schniz/fnm) - Cross-platform Node.js version manager built in Rust. - [fnm](https://github.com/Schniz/fnm) - Cross-platform Node.js version manager built in Rust.
### 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 ### Natural language processing
- [retext](https://github.com/retextjs/retext) - An extensible natural language system. - [retext](https://github.com/retextjs/retext) - An extensible natural language system.