2 Repos
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.
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.
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.