awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
advantageous avatar

advantageous/qbit

0
View on GitHub↗
707 星标·142 分支·Java·Apache-2.0·5 次浏览advantageous.github.io/qbit↗

Qbit

QBit Java Micorservices lib tutorials| QBit Website | QBit uses Reakt | QBit works with Vert.x | Reakt Vertx

Features

  • Dependency Injection - Integration for using QBit with Spring and the framework.
  • Reactive Programming - Async actor-like library for callback management.
  • Web Frameworks - Library for REST and WebSocket method call marshaling.

Star 历史

advantageous/qbit 的 Star 历史图表advantageous/qbit 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

advantageous/qbit 是做什么的?

QBit Java Micorservices lib tutorials| QBit Website | QBit uses Reakt | QBit works with Vert.x | Reakt Vertx

advantageous/qbit 的主要功能有哪些?

advantageous/qbit 的主要功能包括:Dependency Injection, Reactive Programming, Web Frameworks。

advantageous/qbit 有哪些开源替代品?

advantageous/qbit 的开源替代品包括: ets-labs/python-dependency-injector — This is a dependency injection framework and inversion of control container for Python. It decouples object creation… insertkoinio/koin — Koin is a dependency injection framework for Kotlin applications that manages object lifetimes and resolves… chrisbanes/tivi — Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform… flutterando/modular — Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture… actionhero/actionhero — Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks. abahmed/gearbox.

Qbit 的开源替代方案

相似的开源项目,按与 Qbit 的功能重合度排序。
  • insertkoinio/koinInsertKoinIO 的头像

    InsertKoinIO/koin

    9,992在 GitHub 上查看↗

    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

    Kotlinandroiddependency-injectioninjection
    在 GitHub 上查看↗9,992
  • ets-labs/python-dependency-injectorets-labs 的头像

    ets-labs/python-dependency-injector

    4,805在 GitHub 上查看↗

    This is a dependency injection framework and inversion of control container for Python. It decouples object creation from business logic by managing how services and their dependencies are assembled, delivered, and linked within an application. The framework is distinguished by its ability to perform automated component wiring, using import hooks and decorators to inject dependencies into functions and classes across different modules. It supports non-blocking flows through an asynchronous dependency resolver and manages the initialization and shutdown sequences of shared external resources a

    Pythonaiohttpasynciodependency-injection
    在 GitHub 上查看↗4,805
flutterando/modularFlutterando 的头像

Flutterando/modular

1,381在 GitHub 上查看↗

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

Dart
在 GitHub 上查看↗1,381
  • chrisbanes/tivichrisbanes 的头像

    chrisbanes/tivi

    6,732在 GitHub 上查看↗

    Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform and Compose Multiplatform to share its user interface across Android, iOS, and desktop platforms. The app follows the Model-View-Intent (MVI) architecture pattern, where user actions are modelled as sealed class intents that reduce into a single immutable state object, ensuring predictable and unidirectional data flow managed through Kotlin coroutines and StateFlow. The application uses Hilt for compile-time dependency injection and SQLDelight for type-safe local data storage, c

    Kotlinandroid-applicationjetpack-composekotlin
    在 GitHub 上查看↗6,732
  • 查看 Qbit 的所有 30 个替代方案→