awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesSubscription Testing Tools

Utilities for validating real-time data streams and server-sent events in GraphQL.

Distinct from GraphQL Testing: Distinct from GraphQL Testing: focuses specifically on the persistent connection and streaming nature of subscriptions.

Explore 3 awesome GitHub repositories matching testing & quality assurance · Subscription Testing Tools. Refine with filters or upvote what's useful.

Awesome Subscription Testing Tools GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • graphcool/graphql-playgroundgraphcool का अवतार

    graphcool/graphql-playground

    8,844GitHub पर देखें↗

    GraphQL Playground is a web-based integrated development environment and API client for GraphQL. It functions as a request client, schema browser, and subscription tester, allowing users to execute queries and mutations while validating data responses. The project distinguishes itself through a dedicated subscription tester that maintains persistent connections for monitoring real-time data streams. It also includes the ability to share specific request states and headers via serialized URL snapshots for collaborative debugging. The environment covers schema exploration through interactive d

    Includes a dedicated subscription tester to monitor and validate real-time GraphQL data updates.

    TypeScript
    GitHub पर देखें↗8,844
  • requestly/requestlyrequestly का अवतार

    requestly/requestly

    6,341GitHub पर देखें↗

    Validates real-time GraphQL subscription streams and server-sent events during development.

    TypeScriptapiapi-clientapi-mock
    GitHub पर देखें↗6,341
  • day8/re-frameday8 का अवतार

    day8/re-frame

    5,532GitHub पर देखें↗

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Verifies data transformation logic by passing mock state values into subscription handlers.

    Clojureclojurescriptre-framereact
    GitHub पर देखें↗5,532
  1. Home
  2. Testing & Quality Assurance
  3. API and Network Testing
  4. API Testing
  5. GraphQL Testing
  6. Subscription Testing Tools

सब-टैग एक्सप्लोर करें

  • Subscription Logic TestersUtilities for verifying data transformation logic by passing mock state values into subscription handlers. **Distinct from Subscription Testing Tools:** Distinct from Subscription Testing Tools: focuses on testing the transformation logic of subscriptions using mock state, not testing real-time streaming connections.