awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cloudflare avatar

cloudflare/miniflareArchived

0
View on GitHub↗
3,911 stele·212 fork-uri·TypeScript·MIT·14 vizualizăriminiflare.dev↗

Miniflare

Miniflare este un simulator și emulator local pentru Cloudflare Workers. Oferă un mediu de runtime serverless pe o mașină locală, permițând dezvoltarea și testarea funcțiilor și a API-urilor edge fără a implementa într-un mediu cloud de producție.

Proiectul implementează o simulare locală a primitivelor de stocare edge, inclusiv key-value stores, stocare de obiecte și durable objects. De asemenea, permite un mediu de testare de integrare locală unde funcțiile serverless sunt executate în sandbox-uri izolate.

Setul de instrumente acoperă o suprafață largă de dezvoltare, inclusiv hot-reloading prin monitorizarea sistemului de fișiere, persistența stării locale pentru binding-urile de stocare și gestionarea secretelor de mediu. De asemenea, suportă testarea automată de integrare cu containere izolate la nivel de stare pentru a preveni scurgerea datelor între cazurile de testare.

Features

  • Edge Function Development Tools - Provides a comprehensive local environment for developing and testing Cloudflare Workers without deploying to the edge.
  • Serverless Runtime Emulation - Provides a local emulator for serverless runtimes and edge APIs to enable offline development and testing.
  • Serverless Storage Bindings - Simulates serverless storage bindings and relational databases to persist data during local development.
  • Edge Data Persistence - Provides a local implementation of SQL, key-value, and object storage to mimic edge data persistence.
  • Local Storage Emulators - Simulates cloud-based object storage and key-value stores on a local machine for offline development.
  • Event-Driven Route Triggerings - Simulates HTTP requests to trigger application routes from non-HTTP cloud events like scheduled triggers.
  • Local Serverless Emulation - Emulates the full serverless stack locally, including execution environments and event-driven triggers.
  • Local Serverless Testing - Provides a local runtime environment for testing serverless functions with integrated hot-reloading.
  • Local Simulators - Provides a local runtime environment that simulates Cloudflare Workers and associated edge APIs for development.
  • Serverless Runtimes - Provides a local environment that mimics serverless APIs and event triggers for offline function debugging.
  • Sandboxed Code Execution Environments - Provides isolated runtime environments that implement web standard APIs to mimic a serverless execution context.
  • Integration Testing - Enables automated integration testing by executing functions within simulated runtime environments to verify behavior before deployment.
  • File Watchers - Monitors source files for changes to automatically restart the execution environment and refresh the loaded code.
  • Hot Code Reloading - Updates serverless application logic in a running environment without requiring a full process restart.
  • Live Reloading - Automatically updates the simulated runtime in response to source file changes with detailed logging.
  • Environment Secret Management - Securely manages environment variables and secrets for serverless functions within the local simulated runtime.
  • Environment & Service Secret Loaders - Loads API keys and secrets from environment files and injects them into the simulated runtime configuration.
  • Test Data Isolation - Ensures test records are unique and isolated to prevent data contamination between simulated serverless environments.

Istoric stele

Graficul istoricului de stele pentru cloudflare/miniflareGraficul istoricului de stele pentru cloudflare/miniflare

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Miniflare

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Miniflare.
  • floci-io/flociAvatar floci-io

    floci-io/floci

    14,168Vezi pe GitHub↗

    Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications without a live internet connection. It serves as a containerized cloud emulator and a serverless runtime emulator, allowing users to run high-fidelity replicas of cloud databases, queues, and compute services on a local machine. The project distinguishes itself by using real container images instead of simple mocks to ensure behavioral accuracy. It functions as a local API gateway simulator with proxy-based routing for REST and WebSocket APIs, and provides a serverless environm

    Javaawsaws-emulationdevops
    Vezi pe GitHub↗14,168
  • dherault/serverless-offlineAvatar dherault

    dherault/serverless-offline

    5,257Vezi pe GitHub↗

    serverless-offline is a Serverless Framework plugin that provides a local cloud infrastructure simulator. It acts as an AWS Lambda local emulator and AWS API Gateway mock, allowing for the development and testing of serverless functions on a local machine without deploying to a remote provider. The project distinguishes itself by simulating bidirectional WebSocket connections and message routing, as well as mimicking the request lifecycle of an HTTP gateway. It includes a mock identity authorizer pipeline to verify tokens and JWTs locally and supports the mounting of virtual dependency layers

    JavaScriptaws-apigatewayaws-lambdaserverless
    Vezi pe GitHub↗5,257
  • aws/aws-lambda-runtime-interface-emulatorAvatar aws

    aws/aws-lambda-runtime-interface-emulator

    1,128Vezi pe GitHub↗

    The AWS Lambda Runtime Interface Emulator is a proxy server designed to replicate the cloud-based serverless execution environment within a local container. It functions as a lightweight interface that allows developers to verify function logic, performance, and API integration by simulating the remote control plane and event invocation model on a local machine. The tool operates by intercepting HTTP requests and translating them into the structured JSON event payloads expected by serverless function handlers. It manages the function lifecycle through a synchronous event loop and maps local c

    Go
    Vezi pe GitHub↗1,128
  • lambci/docker-lambdaAvatar lambci

    lambci/docker-lambda

    5,786Vezi pe GitHub↗

    docker-lambda is a Docker-based serverless simulator and local emulator designed to replicate AWS Lambda runtime environments. It provides a system for executing serverless functions locally and mirroring cloud execution environments through containerized images. The project includes a local API server that allows for function invocation via HTTP to eliminate cold starts during testing. It features a build tool for compiling native dependencies and packaging function code into deployment archives using specialized system images. The environment supports mirroring shared dependency layers by

    C#
    Vezi pe GitHub↗5,786
Vezi toate cele 30 alternative pentru Miniflare→

Întrebări frecvente

Ce face cloudflare/miniflare?

Miniflare este un simulator și emulator local pentru Cloudflare Workers. Oferă un mediu de runtime serverless pe o mașină locală, permițând dezvoltarea și testarea funcțiilor și a API-urilor edge fără a implementa într-un mediu cloud de producție.

Care sunt principalele funcționalități ale cloudflare/miniflare?

Principalele funcționalități ale cloudflare/miniflare sunt: Edge Function Development Tools, Serverless Runtime Emulation, Serverless Storage Bindings, Edge Data Persistence, Local Storage Emulators, Event-Driven Route Triggerings, Local Serverless Emulation, Local Serverless Testing.

Care sunt câteva alternative open-source pentru cloudflare/miniflare?

Alternativele open-source pentru cloudflare/miniflare includ: floci-io/floci — Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications… dherault/serverless-offline — serverless-offline is a Serverless Framework plugin that provides a local cloud infrastructure simulator. It acts as… aws/aws-lambda-runtime-interface-emulator — The AWS Lambda Runtime Interface Emulator is a proxy server designed to replicate the cloud-based serverless execution… thomhurst/tunit — TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source… lambci/docker-lambda — docker-lambda is a Docker-based serverless simulator and local emulator designed to replicate AWS Lambda runtime… googlecloudplatform/functions-framework-nodejs — The functions-framework-nodejs project is an open-source execution environment and software framework for writing…