Friday, August 19, 2022

Nest.js 8.2.8 Reference Diagram

I have recently created the following diagram for my own reference for Nest.js application framework since the official Nest.js web site does not provide it. It can come in handy when need to refer to how Nest.js works and how the pipeline looks like.

Nest.js concept looks quite similar to ASP.NET Core in some parts especially for the following elements:

DI, Middleware, Routing, Decorator/Attributes