1 Repo
Dependency injection patterns and tools optimized for server-side application environments.
Distinct from Server-Side Application Toolkits: Candidates are either generic toolkits or security-focused; nothing addresses the specific architectural need of server-side DI.
Explore 1 awesome GitHub repository matching web development · Server-Side Dependency Injection. Refine with filters or upvote what's useful.
Koin is a dependency injection framework for Kotlin applications that manages object lifetimes and resolves dependencies through a lightweight container. It functions as a multiplatform library, allowing shared object definitions and resource bindings to be reused across different target platforms and source sets. The framework provides a system for resolving dependencies directly within user interface components to decouple business logic from view implementations. It includes a compile-time dependency validator that analyzes dependency graphs during the build process to detect missing bindi
Organizes shared resources and request-scoped objects within Kotlin server applications to improve modularity.