Compare commits

...

4 Commits

Author SHA1 Message Date
Guy Margalit
15ec1fb668 Merge f3cca34ca8 into d37b91701d 2024-10-20 13:51:21 +03:00
Bob Conan
d37b91701d Fix readme typo (#1299) 2024-10-19 11:52:46 +07:00
Robin Rodricks
43473b2b6e Replace Edge.js with active fork (#1295) 2024-10-17 11:13:05 +07:00
Guy Margalit
f3cca34ca8 Filesystem - add noobaa
S3 gateway to storage systems and multi-cloud.
https://github.com/noobaa/noobaa-core
2024-06-25 01:07:32 +03:00

View File

@@ -393,7 +393,7 @@
- [Tinyhttp](https://github.com/tinyhttp/tinyhttp) - Modern and fast Express-like web framework.
- [Marble.js](https://github.com/marblejs/marble) - Functional reactive framework for building server-side apps, based on TypeScript and RxJS.
- [Lad](https://github.com/ladjs/lad) - Framework made by a former Express TC and Koa member that bundles web, API, job, and proxy servers.
- [Ts.ED](https://github.com/tsedio/tsed) - Intituive TypeScript framework for building server-side apps on top of Express.js or Koa.js.
- [Ts.ED](https://github.com/tsedio/tsed) - Intuitive TypeScript framework for building server-side apps on top of Express.js or Koa.js.
- [Hono](https://github.com/honojs/hono) - Small and fast web framework.
### Documentation
@@ -421,6 +421,7 @@
- [filehound](https://github.com/nspragg/filehound) - Flexible and fluent interface for searching the file system.
- [move-file](https://github.com/sindresorhus/move-file) - Move a file, even works across devices.
- [tempy](https://github.com/sindresorhus/tempy) - Get a random temporary file or directory path.
- [noobaa](https://github.com/noobaa/noobaa-core) - S3 gateway to storage systems and multi-cloud.
### Control flow
@@ -725,7 +726,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