6 रिपॉजिटरी
Platforms that abstract infrastructure to run code as event-driven functions.
Distinguishing note: Focuses on the orchestration of serverless functions.
Explore 6 awesome GitHub repositories matching web development · Serverless Frameworks. Refine with filters or upvote what's useful.
OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,
Deploys and manages event-driven functions that scale automatically.
Fission is a function-as-a-service platform and serverless framework for Kubernetes. It manages the lifecycle and execution of code snippets as serverless functions, providing an orchestrator that triggers these functions based on HTTP requests, message queues, or scheduled events. The platform features a cold-start optimized runtime that utilizes warm container pools and dynamic loaders to achieve millisecond execution. It includes a native autoscaler to adjust the number of function instances based on real-time traffic demand and supports canary release testing to split incoming traffic bet
Offers a framework that abstracts Kubernetes infrastructure to run and scale event-driven functions.
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 framework that utilizes WebAssembly to run high-performance computational logic in serverless environments.
Spin is a WebAssembly serverless framework and development toolchain for building and running portable microservices. It functions as an event-driven orchestrator and runtime that executes WebAssembly components, allowing developers to map HTTP requests, Redis messages, and cron schedules to specific modules. The project distinguishes itself by implementing a Wasm-based AI inference gateway, enabling components to perform model inference and generate text embeddings. It utilizes the WebAssembly Component Model and WASI for language-agnostic composition and portable host interfacing, while emp
Offers a developer framework for building and running event-driven serverless applications using WebAssembly.
Panel एक Python डेटा एप्लिकेशन फ्रेमवर्क है जिसका उपयोग डेटा विज़ुअलाइज़ेशन, विजेट्स और कॉलबैक्स को जोड़कर इंटरैक्टिव डैशबोर्ड और रिएक्टिव यूज़र इंटरफ़ेस बनाने के लिए किया जाता है। यह एक रिएक्टिव UI लाइब्रेरी के रूप में कार्य करती है जो उपयोगकर्ता इंटरैक्शन के आधार पर इंटरफ़ेस अपडेट के साथ एप्लिकेशन स्टेट को सिंक्रोनाइज़ करती है। यह प्रोजेक्ट स्केलेबल सेशन मैनेजमेंट के लिए FastAPI-आधारित वेब एप्लिकेशन सर्वर और WebAssembly कंपाइलर सहित कई निष्पादन मॉडल प्रदान करके खुद को अलग करता है, जो Python एप्लिकेशन्स को बिना बैकएंड सर्वर के सीधे ब्राउज़र में चलाने में सक्षम बनाता है। इसमें स्ट्रीमिंग टेक्स्ट रिस्पॉन्स और मैसेज हिस्ट्री के साथ संवादात्मक AI इंटरफ़ेस बनाने के लिए एक विशेष टूलकिट भी शामिल है। यह फ्रेमवर्क रिस्पॉन्सिव लेआउट डिज़ाइन, विविध प्लॉटिंग लाइब्रेरीज़ और इंटरैक्टिव डेटा टेबल्स के एकीकरण, और रिएक्टिव पैरामीटर्स के प्रबंधन सहित व्यापक क्षमता क्षेत्रों को कवर करता है। यह उपयोगकर्ता ऑथेंटिकेशन, सेशन पर्सिस्टेंस और बैकग्राउंड कार्यों के शेड्यूलिंग के लिए टूल्स प्रदान करता है।
Enables the execution of full Python application logic within the client browser using WebAssembly.
The Cloudflare Workers Rust SDK is a toolchain and framework for building high-performance serverless functions using Rust. It compiles code into WebAssembly modules that execute within a sandboxed host environment at the edge. The project provides a typed remote procedure call system for invoking functions across different worker instances and utilizes procedural macros for mapping these distributed interfaces. It uses trait-based bindings and standardized wrappers to provide type-safe access to platform services and web-standard request and response objects. The SDK covers a broad range of
Provides a high-performance environment for executing logic at the edge via WebAssembly modules.