Full Fastify Ecosystem SupportPreserves full compatibility with the Fastify ecosystem through its concepts of installers and adapters.
Type-Safe Dependency InjectionLeverages a TypeScript DI container that eliminates decorators and manual type declarations.
Testable by DesignProvides built-in mechanisms to mock and override dependencies, making tests easy to write and maintain.
Dependency Inversion PrincipleNative support for Dependency Inversion Principle via contracts and bindings.