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

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

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

3 مستودعات

Awesome GitHub RepositoriesInteroperability Layers

Interfaces enabling communication between different runtime environments or languages.

Distinguishing note: Focuses on cross-language binary interfaces, distinct from general networking.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Interoperability Layers. Refine with filters or upvote what's useful.

Awesome Interoperability Layers GitHub Repositories

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

    microsoft/calculator

    30,962عرض على GitHub↗

    This project is a native desktop application for Windows that functions as a mathematical calculation engine. It provides a graphical user interface for performing arithmetic and scientific operations, serving as an open-source reference implementation for standard system utilities. The application utilizes a declarative markup language to define its user interface, which is synchronized with the underlying data through an event-driven binding system. By employing a model-view-viewmodel pattern, the software separates presentation logic from business rules, while a native core handles mathema

    Facilitates communication between the managed UI layer and the native C++ engine through a language-agnostic binary interface.

    C++cppcsharpuwp
    عرض على GitHub↗30,962
  • rescript-lang/rescriptالصورة الرمزية لـ rescript-lang

    rescript-lang/rescript

    7,396عرض على GitHub↗

    ReScript is a statically typed programming language and compiler designed to transform type-safe source code into efficient, human-readable JavaScript. It functions as a transpiler that enforces data consistency and prevents runtime errors through static type analysis for both web and server applications. The project distinguishes itself as an incremental build system that analyzes dependency graphs to recompile only modified files and their dependents. It includes a JSX compatible compiler for building user interfaces and provides a framework for bridging type-safe code with existing JavaScr

    Provides a consistent interface to expose type-safe functions and types to external JavaScript scripts.

    ReScriptaltjscompilerjavascript
    عرض على GitHub↗7,396
  • symfony/contractsالصورة الرمزية لـ symfony

    symfony/contracts

    3,941عرض على GitHub↗

    This project is a PHP interface library that provides a component interoperability layer. It consists of a set of framework-agnostic contracts and standardized definitions that enable different libraries to work together via a consistent contract. The library focuses on providing minimal shared interfaces and API definitions, allowing software components to be used across different PHP projects regardless of the underlying framework. This approach decouples application logic from concrete framework implementations. The project specifically covers service container abstraction and dependency

    Provides a set of standardized definitions that enable different libraries to work together via a consistent contract.

    PHPabstractionscomponentcontracts
    عرض على GitHub↗3,941
  1. Home
  2. Software Engineering & Architecture
  3. Interoperability Layers