awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesApplication Modules

Independent units of functionality that can be grouped and managed as a single module.

Distinct from Modular Business Logic Compositions: Distinct from business logic compositions by focusing on the structural grouping of functionality as modules.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Application Modules. Refine with filters or upvote what's useful.

Awesome Application Modules GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sergdort/cleanarchitecturerxswiftAvatar von sergdort

    sergdort/CleanArchitectureRxSwift

    4,100Auf GitHub ansehen↗

    This project is a Swift iOS architecture template that implements the Clean Architecture pattern. It organizes software into distinct layers to decouple business rules from external frameworks, user interfaces, and infrastructure to improve testability and maintenance. The template incorporates Domain Driven Design to isolate core business logic and utilizes a modular application structure to divide features into independent modules. It employs the Coordinator pattern to remove routing logic from view controllers and a dependency injection framework to ensure components remain independent and

    Breaks the application into independent functional modules to enhance build scalability and separation of concerns.

    Swift
    Auf GitHub ansehen↗4,100
  • flutterando/modularAvatar von Flutterando

    Flutterando/modular

    1,381Auf GitHub ansehen↗

    Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture through module-based dependency injection and navigation management. It enables developers to organize complex codebases into independent, decoupled units, facilitating the management of shared services and object lifecycles within specific application scopes. The framework distinguishes itself by offering hierarchical dependency scoping and lazy resolution, which allow for the automatic creation and disposal of objects based on the active module or page lifecycle. It also features

    Groups related routes and dependency injection into independent units to decouple application logic.

    Dart
    Auf GitHub ansehen↗1,381
  1. Home
  2. Software Engineering & Architecture
  3. Modular Program Composition
  4. Modular Business Logic Compositions
  5. Application Modules