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

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

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

7 مستودعات

Awesome GitHub RepositoriesDistributed Application Frameworks

Architectural patterns and tools for building applications that span multiple nodes or chains.

Distinguishing note: Focuses on distributed computation and cross-chain composition.

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

Awesome Distributed Application Frameworks GitHub Repositories

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

    linera-io/linera-protocol

    32,085عرض على GitHub↗

    Linera is a multi-chain smart contract platform designed for horizontal scalability through a microchain-based distributed ledger. By partitioning state into independent, parallel chains that share a common validator set, the protocol enables high-performance execution of modular applications. The system utilizes a WebAssembly-based runtime to ensure secure, platform-independent execution of contract logic across the network. The platform distinguishes itself through an asynchronous messaging framework that coordinates state changes between chains by queuing messages for execution in subseque

    Deploy and compose applications that distribute computation across chains using asynchronous messaging, shared data, and event streams.

    Rustblockchainrustwasm
    عرض على GitHub↗32,085
  • quozd/awesome-dotnetالصورة الرمزية لـ quozd

    quozd/awesome-dotnet

    21,410عرض على GitHub↗

    This project serves as a comprehensive, community-driven directory for the .NET ecosystem. It functions as a curated index of high-quality libraries, frameworks, and tools designed to assist developers in identifying recommended solutions for a wide range of project requirements and software engineering tasks. The repository distinguishes itself by providing a categorized catalogue that simplifies the discovery of resources across the entire .NET development lifecycle. By maintaining a standardized collection of community-contributed utilities, it helps developers navigate the ecosystem to fi

    Provides architectural patterns and tools for building applications that span multiple nodes.

    awesomeawesome-listclr
    عرض على GitHub↗21,410
  • masstransit/masstransitالصورة الرمزية لـ MassTransit

    MassTransit/MassTransit

    7,760عرض على GitHub↗

    MassTransit is a .NET distributed application framework and asynchronous messaging library designed for building distributed systems. It serves as an enterprise service bus implementation that handles the routing, transformation, and delivery of messages between decoupled services. The framework provides a message broker abstraction layer, which decouples application code from specific messaging infrastructure such as RabbitMQ, Azure Service Bus, or Amazon SQS. It supports event-driven architecture and asynchronous microservices communication to improve system scalability and availability. T

    Provides a comprehensive .NET distributed application framework for building scalable, asynchronous systems.

    C#azure-service-busc-sharpdotnet
    عرض على GitHub↗7,760
  • dotnet/aspireالصورة الرمزية لـ dotnet

    dotnet/aspire

    6,121عرض على GitHub↗

    Aspire هو سلسلة أدوات لتطبيقات .NET الموزعة ومنسق تطبيقات سحابي أصلي. يوفر حزمة تطوير تعتمد على الكود أولاً (code-first) لبناء وتشغيل ونشر التطبيقات الموزعة، وتحديداً إدارة تنسيق الخدمات المتعددة عبر لغات برمجة مختلفة. تتميز سلسلة الأدوات بنهج برمجي لطوبولوجيا الخدمات، باستخدام منهجية الكود أولاً لتحديد كيفية ترابط الخدمات والحاويات وقواعد البيانات. تدير دورة حياة حاويات الطرف الثالث كموارد وتترجم نماذج التطبيقات البرمجية هذه إلى إعدادات نشر خاصة بالمنصة للبيئات السحابية. يتضمن المشروع قدرات لاكتشاف الخدمات الديناميكي، وتنسيق بناء التطبيقات الموزعة، وتنفيذ التطبيقات المحلية عبر واجهة سطر الأوامر. كما يدمج لوحة مراقبة ونظام تتبع يعتمد على معايير OpenTelemetry لمراقبة صحة وأداء المكونات الموزعة.

    Offers a distributed application toolchain specifically tailored for the .NET ecosystem.

    C#
    عرض على GitHub↗6,121
  • serviceweaver/weaverالصورة الرمزية لـ ServiceWeaver

    ServiceWeaver/weaver

    4,846عرض على GitHub↗

    Weaver is a distributed application framework and remote procedure call system that allows developers to organize logic into independent components. It provides a multi-process execution environment where these components communicate via automated serialization, enabling applications to run as a single unit locally or as a distributed system across multiple cloud machines. The framework distinguishes itself through a configuration-driven topology mapping that allows the same logic to execute as a local function call or a remote network request without altering the business logic. It includes

    Framework for building scalable systems by organizing logic into independent components that communicate via remote procedure calls.

    Go
    عرض على GitHub↗4,846
  • ballerina-platform/ballerina-langالصورة الرمزية لـ ballerina-platform

    ballerina-platform/ballerina-lang

    3,840عرض على GitHub↗

    Ballerina is a cloud-native programming language and distributed services framework designed for building and integrating networked services. It provides a network-aware runtime that manages non-blocking input and output operations to support scalable distributed systems. The platform features a visual programming environment that maintains bidirectional synchronization between source code and graphical sequence diagrams. It utilizes a structural type system to decouple independent software components and includes a cloud infrastructure generator that produces Docker and Kubernetes deployment

    Provides a framework for integrating cloud-native applications using structural typing to decouple components.

    Ballerina
    عرض على GitHub↗3,840
  • lonng/nanoالصورة الرمزية لـ lonng

    lonng/nano

    3,173عرض على GitHub↗

    Nano is a distributed application framework designed for building systems using an actor-based messaging model. It functions as a distributed actor framework that decouples components through asynchronous messaging to maintain state isolation across a server cluster. The system acts as a cluster message dispatcher and session-aware request router, tracking client state to route incoming messages to the specific agent holding the session data. It utilizes a distributed agent registry to coordinate the dispatching of messages between multiple application instances acting as agents. The framewo

    Provides a framework for building distributed systems by coordinating multiple application instances acting as agents.

    Godistributed-systemsgamegolang
    عرض على GitHub↗3,173
  1. Home
  2. Software Engineering & Architecture
  3. Distributed Application Frameworks

استكشف الوسوم الفرعية

  • .NET ImplementationsDistributed application frameworks specifically tailored for the .NET ecosystem. **Distinct from Distributed Application Frameworks:** Narrows the general distributed application framework concept to specifically target .NET runtimes