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,888GitHub पर देखें↗

    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,257GitHub पर देखें↗

    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

    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.