From f387c01f5870f124fd1b5ac23f62adc641cad92e Mon Sep 17 00:00:00 2001 From: "Dotan J. Nahum" Date: Tue, 19 Dec 2023 09:58:00 +0200 Subject: [PATCH] Ecosystem: add loco.rs (#2438) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index e6ed8ea1a4..210143fbc3 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -44,6 +44,7 @@ If your project isn't listed here and you would like it to be, please feel free - [shuttle](https://github.com/shuttle-hq/shuttle): Build & ship backends without writing any infrastructure files. Now with Axum support. - [socketioxide](https://github.com/totodore/socketioxide): An easy to use socket.io server implementation working as a `tower` layer/service. - [axum-serde](https://github.com/gengteng/axum-serde): Provides multiple serde-based extractors / responses, also offers a macro to easily customize serde-based extractors / responses. +- [loco.rs](https://github.com/loco-rs/loco): A full stack Web and API productivity framework similar to Rails, based on Axum. ## Project showcase