Skip to main content

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).

Nidus Flow

Getting Started

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.