awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

8 repositorios

Awesome GitHub RepositoriesApplication Mounts

Utilities for integrating independent application instances into specific URL paths.

Distinct from Application Integration: Focuses on runtime path-based mounting of sub-applications, distinct from general data-sharing integrations.

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

Awesome Application Mounts GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • prefecthq/fastmcpAvatar de PrefectHQ

    PrefectHQ/fastmcp

    22,994Ver en GitHub↗

    FastMCP is a Python framework designed for building servers that expose functions, resources, and prompts to AI models using the Model Context Protocol. It simplifies the development process by automatically deriving tool metadata, input schemas, and documentation directly from Python function signatures and type hints. The framework provides a unified container for managing these components, allowing developers to build modular applications that integrate seamlessly with AI assistants. The project distinguishes itself through its support for interactive, server-defined user interface compone

    Integrates capabilities into existing web applications by mounting the server as a route.

    Pythonagentsfastmcpllms
    Ver en GitHub↗22,994
  • necolas/react-native-webAvatar de necolas

    necolas/react-native-web

    22,132Ver en GitHub↗

    This project is a cross-platform user interface framework that maps mobile-native component primitives to standard web elements. It enables developers to build consistent applications that function across both mobile and web environments by providing a unified library of components and shared logic. The framework distinguishes itself through a specialized style engine that converts JavaScript object-based declarations into optimized, scoped CSS at runtime. It also features a responsive layout engine that implements a flexbox-based system, ensuring that interfaces adapt dynamically to differen

    Provides utilities for mounting application components into specific DOM elements.

    JavaScriptcross-platformcss-in-jsgui-framework
    Ver en GitHub↗22,132
  • alsotang/node-lessonsAvatar de alsotang

    alsotang/node-lessons

    16,450Ver en GitHub↗

    node-lessons is a comprehensive Node.js programming course and instructional guide. It provides a collection of guided lessons and code examples designed to teach the fundamentals of the Node.js runtime and server-side JavaScript development. The project serves as a practical guide for building web servers and backend applications, specifically covering the implementation of HTTP servers, request routing, and middleware chains. It includes specialized instructional material on managing asynchronous JavaScript workflows through promises and flow control, as well as guides for integrating NoSQL

    Demonstrates how to mount independent application instances into specific URL paths for delegation.

    JavaScriptjavascriptnodejs
    Ver en GitHub↗16,450
  • element-hq/element-webAvatar de element-hq

    element-hq/element-web

    13,233Ver en GitHub↗

    Element Web is a web-based communication client used for real-time messaging and collaboration via the decentralized Matrix protocol. It functions as an end-to-end encrypted messenger, a VoIP client for voice and video conferencing, and an interface for interacting with integrated bots and external bridges. The project distinguishes itself through a modular architecture that supports runtime module loading and external script imports to extend core capabilities. It provides extensive white-labeling options, allowing for the customization of application branding, visual themes, and the use of

    Matrix client capability to mount external module directories that automatically register new functionality within the application.

    TypeScripthacktoberfestmatrix
    Ver en GitHub↗13,233
  • tadata-org/fastapi_mcpAvatar de tadata-org

    tadata-org/fastapi_mcp

    11,560Ver en GitHub↗

    This framework serves as a bridge between backend services and AI agents by implementing the Model Context Protocol. It enables developers to expose existing application logic and web endpoints as standardized tools, allowing AI models to discover, interact with, and execute backend functions through a unified interface. The project distinguishes itself by automatically converting application request and response models into protocol-compliant schemas, ensuring that AI agents receive accurate functional context. It supports a transport-agnostic architecture that facilitates real-time bidirect

    Allows attaching application interfaces to separate host processes to decouple protocol servers from core logic.

    Pythonaiauthenticationauthorization
    Ver en GitHub↗11,560
  • cosmos/cosmos-sdkAvatar de cosmos

    cosmos/cosmos-sdk

    7,016Ver en GitHub↗

    Cosmos SDK is a modular blockchain application framework and software development kit used to build sovereign layer-one networks. It provides a foundation for creating customizable blockchains featuring native interoperability, sovereign governance, and Byzantine Fault Tolerant consensus engines. The framework is distinguished by its inter-blockchain communication protocol, which enables the transfer of byte-encoded data and digital assets between independent blockchain networks. It supports multiple consensus models, including Proof of Stake and Proof of Authority, and allows for the integra

    Links independent functional components to the main application using a standardized registration system.

    Goblockchaincometbftcosmos-sdk
    Ver en GitHub↗7,016
  • loopbackio/loopback-nextAvatar de loopbackio

    loopbackio/loopback-next

    5,095Ver en GitHub↗

    LoopBack Next es un framework de API de Node.js utilizado para construir APIs REST y multiprotocolo. Funciona como una implementación de servidor OpenAPI que puede generar especificaciones legibles por máquina a partir del código o producir controladores e implementaciones de modelos a partir de especificaciones existentes. El framework se distingue por un contenedor central de inyección de dependencias y una capa de acceso a datos basada en el patrón repositorio. Esta arquitectura desacopla la lógica de la aplicación de la construcción de componentes y el almacenamiento persistente, permitiendo un sistema conectable donde las fuentes de datos y la lógica de negocio están aisladas a través de un sistema de conectores estandarizado. El proyecto cubre una amplia gama de capacidades, incluyendo control de acceso basado en roles con estrategias de autenticación conectables y la orquestación de servicios REST y SOAP externos. También proporciona herramientas para comunicación en tiempo real mediante endpoints WebSocket, validación de esquemas JSON y andamiaje (scaffolding) automatizado de proyectos a través de una interfaz de línea de comandos. El desarrollo está respaldado por un conjunto de herramientas CLI para arrancar aplicaciones, generar componentes de API y gestionar dependencias del proyecto.

    Allows mounting secondary sub-applications into a main host application at specific URL paths.

    TypeScript
    Ver en GitHub↗5,095
  • padrino/padrino-frameworkAvatar de padrino

    padrino/padrino-framework

    3,400Ver en GitHub↗

    Padrino is a full-stack web application framework that extends Sinatra to build modular applications. It provides a structured environment for organizing URL endpoints into hierarchical controllers with named route aliases, dynamic parameters, and custom request lifecycle filters. Developers can combine multiple independent web sub-applications into a single running instance with isolated routing and configuration. The framework includes command-line automation tools for project generation, controller and action scaffolding, database model creation, and database migration generation. It featu

    Combines multiple independent sub-applications into a single running instance with isolated configuration.

    Rubypadrinorubywaf
    Ver en GitHub↗3,400
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Application Integration
  5. Application Mounts

Explorar subetiquetas

  • Module Registration1 sub-etiquetaMechanisms for automatically detecting and registering functionality from mounted external directories. **Distinct from Application Mounts:** Distinct from Application Mounts by focusing on the automated discovery and registration of JS modules rather than just mapping URL paths to sub-applications.