-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Mar 12, 2026
·
8 revisions
NestForge is a modular backend framework for Rust, heavily inspired by the architecture of NestJS. It provides a structured way to build scalable, maintainable, and high-performance server-side applications.
If you are new to NestForge, these are some of the available guide resources.
- Usage Documentation: Main Framework Usage Documentation.
- VS Code Extension: The VSCode Extension Nestforge Repository.
- The Documentation Repo: Contribute to the NestForge Documentation.
- Modular: Encourages grouping features into logical bundles.
- Type-Safe: Leverages Rust's powerful type system for DI and validation.
- Productive: CLI and macros remove the boilerplate typically associated with Rust web-dev.
- Flexible: Choose your transport: REST, GraphQL, gRPC, or even raw WebSockets.
Thanks alot for checking our Nestforge & contributing to it..
NestForge Docs | Home | Quick Start | Project Structure | GitHub Repo