15 repository-uri
Globally distributed execution environments that support running code without managing underlying server infrastructure.
Explore 15 awesome GitHub repositories matching devops & infrastructure · Serverless Computing. Refine with filters or upvote what's useful.
Next.js is a full stack web framework designed for building applications with React. It functions as a React web framework that integrates a server-side rendering engine, a static site generator, and a dedicated application router to manage page-based navigation and dynamic URL segments. The framework enables the development of both frontend user interfaces and backend server logic within a single codebase. It provides a unified environment for full stack web development, allowing frontend and backend components to be built and managed together. The system focuses on frontend performance opt
Provides a runtime for executing server-side logic in globally distributed edge environments to reduce latency.
This project provides an integrated backend platform built around a relational database. It automatically generates REST and GraphQL APIs from database schemas, allowing for direct data interaction through standard requests and client libraries. The platform includes a comprehensive authentication system that manages user identity, session handling, and fine-grained access control through database-native row-level security policies. Beyond core data management, the platform offers specialized services for object storage, vector data processing for semantic search, and real-time communication
Executes event-driven backend logic in globally distributed environments to ensure low-latency performance for end users.
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
Supports executing application logic on globally distributed serverless functions to reduce user latency.
Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s
Enables deployment of server logic to globally distributed edge computing environments.
Vercel is a cloud platform for building, deploying, and scaling web applications. It provides a unified infrastructure that automates the build process by detecting project frameworks and distributing static and dynamic content through a global content delivery network. The platform executes application logic using serverless functions that scale automatically based on real-time traffic demand. The platform distinguishes itself through a centralized AI gateway that proxies requests to multiple model providers, enabling standardized authentication, observability, and cost tracking. It supports
Runs application logic and on-demand tasks in isolated environments that scale automatically based on request volume.
This repository provides a comprehensive library of code examples for implementing event-driven, serverless backend architectures. It serves as a practical guide for building scalable cloud-native applications that execute logic in isolated environments, triggered by infrastructure events or HTTP requests rather than persistent server processes. The collection demonstrates how to leverage managed infrastructure to automate backend workflows, including the use of asynchronous task queuing to maintain system stability during high traffic. It highlights patterns for secure API hosting, enabling
Provides a managed environment for executing backend code in response to cloud events without manual server provisioning.
workerd is a serverless edge runtime designed for executing lightweight, distributed functions at the network edge. It utilizes a V8-based JavaScript engine to provide fast startup and low memory overhead, while maintaining a WebAssembly-compatible execution environment that allows modules to run alongside JavaScript for high-performance computational tasks. The runtime supports isolate-based multi-tenancy to run multiple independent execution contexts within a single process. It implements an event-driven execution model that triggers code based on network requests or scheduled events and in
Provides a globally distributed runtime for executing lightweight serverless functions at the network edge.
This project is a disposable email inbox service built to run entirely on Cloudflare's edge network. It creates temporary email addresses that automatically receive and store incoming messages and attachments, all without managing any traditional server infrastructure. The service uses Cloudflare Workers for serverless processing, Durable Objects for persistent inbox state, and Workers KV for storing email data, with attachments handled through R2 object storage. The service distinguishes itself through a comprehensive set of access and management features. Users can authenticate through mult
Runs serverless functions on Cloudflare's global edge network for email and HTTP processing.
PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a globally distributed edge computing runtime that runs stateful server code close to users, with automatic scaling and hibernation for idle rooms. The platform handles WebSocket connections, HTTP requests, and durable storage without requiring infrastructure management, and includes a client and server SDK with hooks, storage, and Yjs integration for building collaborative features. The platform distinguishes itself through per-room isolation using Durable Objects, where each uniq
Provides a globally distributed runtime for executing stateful server code close to users with automatic scaling.
Acest depozit conține documentația tehnică pentru Knative, oferind ghiduri și referințe cuprinzătoare pentru implementarea sarcinilor de lucru serverless și a fluxurilor de lucru bazate pe evenimente. Servește ca o resursă centrală pentru configurarea autoscaling-ului bazat pe cereri, rutarea traficului și construirea sistemelor decuplate care declanșează acțiuni bazate pe evenimente asincrone. Documentația este livrată ca un site web static căutabil, randat din fișiere Markdown. Acest sistem utilizează ramificarea documentelor versionate și un pipeline de integrare continuă pentru a automatiza construirea și publicarea instrucțiunilor tehnice și a referințelor API. Conținutul acoperă gestionarea calculului serverless, arhitectura bazată pe evenimente și raportarea vulnerabilităților de securitate.
Details the configuration and operation of serverless execution environments and autoscaling.
supabase-js este o bibliotecă client cuprinzătoare concepută pentru a integra aplicațiile frontend cu un backend-as-a-service găzduit. Oferă o interfață unificată pentru interacțiunea cu o bază de date PostgreSQL, sisteme de gestionare a identității, stocare de obiecte în cloud și sincronizarea datelor în timp real. Biblioteca dispune de un design client izomorf care operează atât în medii de browser, cât și de server. Se distinge printr-o abordare type-safe, utilizând TypeScript pentru a mapa schemele bazei de date direct la definițiile client-side, și utilizează un API bazat pe PostgREST pentru a traduce apelurile JavaScript în cereri RESTful. Clientul acoperă o gamă largă de capabilități, inclusiv autentificarea utilizatorilor prin OAuth, OIDC și passkeys, precum și gestionarea sesiunilor folosind token-uri semnate. Gestionează date binare la scară largă printr-o interfață de stocare compatibilă cu S3 și permite actualizări live ale aplicației prin abonamente bazate pe WebSocket pentru schimbările bazei de date și sincronizarea prezenței. Funcționalitatea suplimentară include invocarea de funcții serverless edge și efectuarea de căutări de similaritate folosind vector embeddings.
Allows writing serverless functions that execute at the network edge to handle custom business logic.
og-image este un generator de imagini Open Graph și un API de tip HTML-to-image conceput pentru a crea imagini de previzualizare personalizate, bazate pe date, pentru partajarea linkurilor pe platforme precum Twitter, Facebook și Slack. Acesta funcționează ca un serviciu dinamic de carduri sociale care convertește layout-urile HTML și CSS în fișiere imagine statice. Serviciul automatizează producția de imagini de previzualizare pentru social media și active de metadate Open Graph, permițând crearea de carduri de partajare personalizate bazate pe conținutul paginii sau pe datele utilizatorului, fără a fi nevoie de design grafic manual. Sistemul utilizează un motor de layout pentru a traduce HTML și CSS în șiruri SVG, care sunt apoi redate ca imagini raster. Aceste active sunt servite prin funcții serverless și execuție distribuită în rețea, încorporând un cache global pentru a optimiza livrarea imaginilor generate anterior.
Executes image rendering logic on a globally distributed edge network to minimize delivery latency.
Microfeed is a serverless content management system hosted on Cloudflare infrastructure for managing blogs, podcasts, and multimedia feeds. It functions as a self-hosted multimedia publisher and a headless content API, allowing users to organize text, audio, and video content under a custom domain. The system includes an RSS and JSON feed generator to distribute machine-readable content to external aggregators and podcast players. It provides a programmatic interface for managing and serving content as a data source for external client applications. The platform covers administrative dashboa
Executes business logic on a globally distributed network to reduce latency by running code close to users.
This project is a Model Context Protocol server and AI agent database connector. It provides a standardized communication layer that allows language models to interact with relational data stores, read database schemas, and manage PostgreSQL database resources. The implementation acts as a serverless host for the Model Context Protocol, deploying on distributed edge functions to connect AI assistants to a project. This enables AI agents to perform database administration, execute SQL queries, and handle schema migrations through an AI-compatible interface. The system covers broader capabilit
Runs code in globally distributed edge function runtimes to process requests closer to users.
The sandbox-sdk is a development kit designed for building secure, isolated execution environments on a global edge network. It provides a framework for creating ephemeral, containerized workspaces that allow developers to run untrusted code, manage build tasks, and host automated scripts without compromising host system security. By leveraging a serverless runtime, the platform enables the deployment of these environments directly at the network edge to ensure low-latency performance. The platform distinguishes itself by integrating language models with sandboxed execution, facilitating the
Distributes execution environments across a global network to minimize latency by running code closer to the user.