awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/calculatorAvatar de microsoft

    microsoft/calculator

    30,962Ver en 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
    Ver en GitHub↗30,962
  • rescript-lang/rescriptAvatar de rescript-lang

    rescript-lang/rescript

    7,396Ver en 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
    Ver en GitHub↗7,396
  • symfony/contractsAvatar de symfony

    symfony/contracts

    3,941Ver en 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
    Ver en GitHub↗3,941
  1. Home
  2. Software Engineering & Architecture
  3. Interoperability Layers