Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

OSS Rust Web framework inspired by Nest.js

RustNidus is an open-source Rust web framework inspired by Nest.js, aiming to bring a modular, decorator-based architecture to Rust backend development.

Background

Rustnidus is an open-source Rust web framework inspired by Nest.js (a popular TypeScript framework for Node.js). It brings a modular architecture using controllers, providers, and modules — concepts familiar to Nest/Spring developers. It relies on a "nidus" (core) crate and separate handler crates for HTTP backends like Axum, Actix-web, and Hyper. As of early 2025, Rustnidus is in heavy development (v0.0.2-alpha), not yet production-ready. It matters because it aims to bring Nest.js's productivity and structure to Rust's performance and safety, potentially making Rust web development more accessible to backend engineers coming from TypeScript or Java ecosystems.