awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesDeployment Adapters

Abstraction layers that decouple application logic from specific runtime environments.

Distinguishing note: Focuses on environment-agnostic deployment rather than general infrastructure management.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Deployment Adapters. Refine with filters or upvote what's useful.

Awesome Deployment Adapters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • trpc/trpcAvatar von trpc

    trpc/trpc

    40,348Auf GitHub ansehen↗

    This project is an end-to-end type-safe API framework designed to synchronize data structures between frontend and backend codebases without the need for manual code generation. By leveraging TypeScript’s type inference, it allows developers to invoke server-side functions directly from the client as if they were local methods. This remote procedure call approach abstracts away the complexities of HTTP verbs and URL structures, streamlining the full-stack development workflow into a unified experience. The framework distinguishes itself through a modular router architecture that organizes bac

    Decouples core application logic from specific network environments to enable deployment across traditional servers, serverless functions, and edge runtimes.

    TypeScriptapinextnextjs
    Auf GitHub ansehen↗40,348
  • sveltejs/kitAvatar von sveltejs

    sveltejs/kit

    20,586Auf GitHub ansehen↗

    SvelteKit is a framework for full-stack web development that combines routing and server-side rendering to create websites with both client-side interactivity and server-side logic. It provides the infrastructure to build a variety of application types, including single page applications and static sites. The project utilizes an adapter-based deployment system to support multi-platform hosting. This allows a single codebase to be packaged for different environments, such as standalone Node servers, serverless edge deployments on Cloudflare, or hosted platforms like Vercel and Netlify. The fr

    Provides a pluggable adapter system to decouple application logic from specific hosting environments and runtimes.

    JavaScript
    Auf GitHub ansehen↗20,586
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Adapters