awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesInter-Plugin Communication

Protocols for plugins to exchange data and trigger actions across internal identifiers.

Distinct from Plugin Architectures: Focuses on inter-plugin messaging within a terminal multiplexer, distinct from general plugin architecture frameworks.

Explore 4 awesome GitHub repositories matching development tools & productivity · Inter-Plugin Communication. Refine with filters or upvote what's useful.

Awesome Inter-Plugin Communication GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • zellij-org/zellijالصورة الرمزية لـ zellij-org

    zellij-org/zellij

    33,683عرض على GitHub↗

    Zellij is a terminal multiplexer and workspace manager designed to organize command-line sessions into persistent, reconfigurable layouts. It functions as a terminal plugin framework, allowing users to extend their environment with modular, event-driven components that interact with the host through a structured message-passing protocol. The project distinguishes itself through a layout-engine-based architecture that decouples visual pane arrangements from process execution, enabling automated and repeatable terminal workflows. It includes integrated support for web-based remote access, facil

    Facilitates the execution, reloading, and inter-plugin communication for terminal extensions.

    Rustmultiplexerterminalworkspace
    عرض على GitHub↗33,683
  • qihoo360/repluginالصورة الرمزية لـ Qihoo360

    Qihoo360/RePlugin

    7,346عرض على GitHub↗

    RePlugin is an Android plugin framework and component orchestrator designed to load external activities, services, and receivers into an application without updating the main binary. It functions as a dynamic feature delivery system that decouples application modules into independent plugins. The framework provides a communication bridge for bidirectional data exchange between the host application and external plugins, as well as inter-plugin synchronization. It manages the entire plugin lifecycle, including installation, version management, and integrity verification to ensure the safety of

    Enables synchronous and asynchronous data exchange between different plugin modules to coordinate actions.

    Java
    عرض على GitHub↗7,346
  • napneko/napcatqqالصورة الرمزية لـ NapNeko

    NapNeko/NapCatQQ

    7,287عرض على GitHub↗

    NapCatQQ is a cross-platform runtime that implements the communication protocol required to automate chat bots on the QQ platform. It functions as a protocol adapter, translating QQ messaging events into a standardized interface for use with third-party bot frameworks. The project features a modular plugin system and a web-based management interface. This dashboard allows for the configuration of plugin settings and the monitoring of active messaging bots through a graphical user interface. The system supports the engineering of custom plugins via a pipeline of event handlers and a communica

    Provides a communication bus allowing loaded plugins to exchange data and query the status of other modules.

    TypeScriptnapcatncqqntqq
    عرض على GitHub↗7,287
  • tmodloader/tmodloaderالصورة الرمزية لـ tModLoader

    tModLoader/tModLoader

    5,099عرض على GitHub↗

    tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It provides a polymorphic content API that allows for the creation of new items, NPCs, projectiles, and world assets through object-oriented inheritance. The project is distinguished by its advanced code modification capabilities, utilizing intermediate language bytecode patching and reflection-based private access to alter internal game behavior. It features a hot-reloading assembly runtime that enables developers to recompile and apply source code changes in real-time without res

    Sends formatted messages to other modules to trigger behaviors without requiring direct code dependencies.

    C#apigamesteam
    عرض على GitHub↗5,099
  1. Home
  2. Development Tools & Productivity
  3. Plugin Architectures
  4. Inter-Plugin Communication