awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSDK Conformance Simulation

Local simulation of a control plane to test SDK client implementations without requiring a full cluster.

Distinct from Local Cloud Simulation: Focuses on verifying SDK behavior and API conformance rather than general cloud logic debugging.

Explore 2 awesome GitHub repositories matching software engineering & architecture · SDK Conformance Simulation. Refine with filters or upvote what's useful.

Awesome SDK Conformance Simulation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • agones-dev/agonesagones-dev 的头像

    agones-dev/agones

    6,888在 GitHub 上查看↗

    Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo

    Provides environment simulation and conformance checking to test client SDK implementations without a full cluster.

    Goagonesdedicated-game-serversdedicated-gameservers
    在 GitHub 上查看↗6,888
  • dherault/serverless-offlinedherault 的头像

    dherault/serverless-offline

    5,257在 GitHub 上查看↗

    serverless-offline 是一个 Serverless Framework 插件,提供本地云基础设施模拟器。它充当 AWS Lambda 本地模拟器和 AWS API Gateway 模拟工具,允许在本地机器上开发和测试无服务器函数,而无需部署到远程提供商。 该项目的独特之处在于模拟双向 WebSocket 连接和消息路由,以及模仿 HTTP 网关的请求生命周期。它包含一个模拟身份验证器流水线,用于在本地验证令牌和 JWT,并支持将虚拟依赖层挂载到执行环境中。 该工具广泛涵盖了跨多种运行时的函数执行(具备隔离执行模式)、用于请求路由的云网关模拟,以及用于基于时间逻辑的定时事件触发模拟。它还提供了 SDK 调用模拟和请求上下文模拟功能,以促进本地集成测试。

    Hosts a local HTTP server that emulates service invocation APIs to allow local functions to call each other.

    JavaScriptaws-apigatewayaws-lambdaserverless
    在 GitHub 上查看↗5,257
  1. Home
  2. Software Engineering & Architecture
  3. Microservices Development
  4. Local Cluster Dependency Debugging
  5. Local Cloud Simulation
  6. SDK Conformance Simulation

探索子标签

  • Service Invocation EmulationsLocal emulation of cloud service APIs to enable inter-function communication during testing. **Distinct from SDK Conformance Simulation:** Specifically targets the emulation of the SDK's invocation API rather than general SDK conformance testing.