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
·

12 Repos

Awesome GitHub RepositoriesEdge Function Runtimes

Globally distributed environments for executing code close to the end user.

Explore 12 awesome GitHub repositories matching devops & infrastructure · Edge Function Runtimes. Refine with filters or upvote what's useful.

Awesome Edge Function Runtimes GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zeit/next.jsAvatar von zeit

    zeit/next.js

    140,086Auf GitHub ansehen↗

    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.

    JavaScript
    Auf GitHub ansehen↗140,086
  • supabase/supabaseAvatar von supabase

    supabase/supabase

    104,317Auf GitHub ansehen↗

    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.

    TypeScriptaialternativeauth
    Auf GitHub ansehen↗104,317
  • 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

    Supports executing application logic on globally distributed serverless functions to reduce user latency.

    JavaScript
    Auf GitHub ansehen↗20,586
  • elysiajs/elysiaAvatar von elysiajs

    elysiajs/elysia

    18,531Auf GitHub ansehen↗

    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.

    TypeScriptbunframeworkhttp
    Auf GitHub ansehen↗18,531
  • cloudflare/workerdAvatar von cloudflare

    cloudflare/workerd

    8,346Auf GitHub ansehen↗

    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.

    C++
    Auf GitHub ansehen↗8,346
  • dreamhunter2333/cloudflare_temp_emailAvatar von dreamhunter2333

    dreamhunter2333/cloudflare_temp_email

    6,098Auf GitHub ansehen↗

    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.

    Vuecloudflare-emailcloudflare-pagescloudflare-workers
    Auf GitHub ansehen↗6,098
  • partykit/partykitAvatar von partykit

    partykit/partykit

    5,644Auf GitHub ansehen↗

    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.

    TypeScriptbackendscollaborationcrdts
    Auf GitHub ansehen↗5,644
  • supabase/supabase-jsAvatar von supabase

    supabase/supabase-js

    4,483Auf GitHub ansehen↗

    supabase-js ist eine umfassende Client-Bibliothek, die entwickelt wurde, um Frontend-Anwendungen mit einem gehosteten Backend-as-a-Service zu integrieren. Sie bietet ein einheitliches Interface für die Interaktion mit einer PostgreSQL-Datenbank, Identitätsmanagementsystemen, Cloud-Objektspeicherung und Echtzeit-Datensynchronisierung. Die Bibliothek bietet ein isomorphes Client-Design, das sowohl in Browser- als auch in Serverumgebungen funktioniert. Sie zeichnet sich durch einen Typ-sicheren Ansatz aus, nutzt TypeScript, um Datenbankschemata direkt auf Client-seitige Definitionen zu mappen, und verwendet eine PostgREST-basierte API, um JavaScript-Aufrufe in RESTful-Requests zu übersetzen. Der Client deckt ein breites Spektrum an Funktionen ab, einschließlich Nutzerauthentifizierung via OAuth, OIDC und Passkeys sowie Sitzungsmanagement unter Verwendung signierter Token. Er verwaltet große Binärdaten über ein S3-kompatibles Speicher-Interface und ermöglicht Live-Anwendungsupdates via WebSocket-basierter Abonnements für Datenbankänderungen und Präsenzsynchronisierung. Zusätzliche Funktionalität umfasst den Aufruf von Serverless-Edge-Functions und die Durchführung von Ähnlichkeitssuchen unter Verwendung von Vektor-Embeddings.

    Allows writing serverless functions that execute at the network edge to handle custom business logic.

    TypeScriptclient-librarydatabaseisomorphic
    Auf GitHub ansehen↗4,483
  • vercel/og-imageAvatar von vercel

    vercel/og-image

    4,048Auf GitHub ansehen↗

    og-image ist ein Open Graph-Bildgenerator und eine HTML-zu-Bild-API, die entwickelt wurde, um benutzerdefinierte, datengesteuerte Vorschaubilder für das Teilen von Links auf Plattformen wie Twitter, Facebook und Slack zu erstellen. Es fungiert als dynamischer Social-Card-Service, der HTML- und CSS-Layouts in statische Bilddateien konvertiert. Der Service automatisiert die Erstellung von Social-Media-Vorschaubildern und Open Graph-Metadaten-Assets, was die Erstellung personalisierter Sharing-Cards basierend auf Seiteninhalten oder Benutzerdaten ohne manuelle Grafikgestaltung ermöglicht. Das System nutzt eine Layout-Engine, um HTML und CSS in SVG-Strings zu übersetzen, die dann als Rastergrafiken gerendert werden. Diese Assets werden über Serverless-Funktionen und verteilte Netzwerkausführung bereitgestellt, wobei ein globaler Cache genutzt wird, um die Auslieferung bereits generierter Bilder zu optimieren.

    Executes image rendering logic on a globally distributed edge network to minimize delivery latency.

    TypeScriptgeneratorimageimage-generator
    Auf GitHub ansehen↗4,048
  • microfeed/microfeedAvatar von microfeed

    microfeed/microfeed

    4,004Auf GitHub ansehen↗

    Microfeed ist ein serverloses Content-Management-System, das auf der Cloudflare-Infrastruktur gehostet wird und zur Verwaltung von Blogs, Podcasts und Multimedia-Feeds dient. Es fungiert als selbst gehosteter Multimedia-Publisher und Headless-Content-API, die es Benutzern ermöglicht, Text-, Audio- und Videoinhalte unter einer eigenen Domain zu organisieren. Das System enthält einen RSS- und JSON-Feed-Generator, um maschinenlesbare Inhalte an externe Aggregatoren und Podcast-Player zu verteilen. Es bietet eine programmatische Schnittstelle zur Verwaltung und Bereitstellung von Inhalten als Datenquelle für externe Client-Anwendungen. Die Plattform deckt die Verwaltung über ein Admin-Dashboard, dynamisches Site-Templating für HTML und CSS sowie die automatisierte E-Mail-Zustellung durch Drip-Scheduling ab. Zudem enthält sie Dienstprogramme zur Verfolgung von Media-Download-Statistiken über URL-Redirects von Drittanbietern.

    Executes business logic on a globally distributed network to reduce latency by running code close to users.

    JavaScriptcloudflarecloudflare-d1cloudflare-pages
    Auf GitHub ansehen↗4,004
  • supabase-community/supabase-mcpAvatar von supabase-community

    supabase-community/supabase-mcp

    2,476Auf GitHub ansehen↗

    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.

    TypeScript
    Auf GitHub ansehen↗2,476
  • cloudflare/sandbox-sdkAvatar von cloudflare

    cloudflare/sandbox-sdk

    1,043Auf GitHub ansehen↗

    Das sandbox-sdk ist ein Development Kit für den Aufbau sicherer, isolierter Ausführungsumgebungen in einem globalen Edge-Netzwerk. Es bietet ein Framework zur Erstellung ephemerer, containerisierter Arbeitsbereiche, die es Entwicklern ermöglichen, nicht vertrauenswürdigen Code auszuführen, Build-Aufgaben zu verwalten und automatisierte Skripte zu hosten, ohne die Sicherheit des Host-Systems zu gefährden. Durch die Nutzung einer serverlosen Laufzeitumgebung ermöglicht die Plattform das Deployment dieser Umgebungen direkt an der Netzwerk-Edge, um eine niedrige Latenz zu gewährleisten. Die Plattform zeichnet sich durch die Integration von Sprachmodellen mit Sandbox-Ausführung aus, was die Entwicklung autonomer KI-Agenten erleichtert, die dynamische Aufgaben ausführen und Code generieren können. Sie enthält spezialisierte Funktionen für interaktives Remote-Development, wie persistente Terminal-Sitzungen und Echtzeit-Stream-Multiplexing, die aktives Debugging und die Beobachtung von Prozessen ermöglichen. Sicherheit wird durch automatisierte Credential-Injection und Netzwerkzugriffskontrollen verwaltet, wodurch sichergestellt wird, dass sensible Authentifizierungstoken vor dem in der Sandbox laufenden Code verborgen bleiben. Über ihre Kernfunktionen hinaus unterstützt die Plattform eine breite Palette von Workflows, einschließlich Web-App-Hosting, automatisierter Build-Pipelines und Remote-Dateisystemverwaltung. Sie bietet Tools zum Mapping interner Container-Dienste auf öffentliche Subdomains, was einen sicheren Remote-Zugriff auf gehostete Dienste ermöglicht. Das System enthält zudem Observability-Funktionen zur Erfassung von Laufzeitdiagnosen sowie Caching-Mechanismen, um Entwicklungszyklen durch die Wiederverwendung von Build-Artefakten zu beschleunigen.

    Distributes execution environments across a global network to minimize latency by running code closer to the user.

    TypeScriptagentagentsai
    Auf GitHub ansehen↗1,043
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Infrastructure
  4. Cloud Computing & Serverless
  5. Serverless Execution Environments
  6. Serverless Computing
  7. Edge Function Runtimes

Unter-Tags erkunden

  • Edge Function DevelopmentAuthoring serverless functions designed to run at the network edge. **Distinct from Edge Function Runtimes:** Focuses on the development process of the functions rather than the runtime environment itself.