Nidus
A modular framework for Delphi inspired by NestJS-style patterns: route-based modules, dependency injection, guards/pipes/middlewares, and integration with HTTP servers (e.g., Horse).

Getting Started
- Introduction
- Installation
- Quickstart
- Architecture
- Horse Integration
- Response Cache (Horse)
- Pooling (heavy resources)
- API (reference)
- Troubleshooting
Scope
- Covers: module/route organization, DI, and request pipeline for Delphi applications.
- Does not cover: HTTP server implementation (Horse/HTTP.sys/etc.); Nidus plugs into those runtimes through a driver.