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,844在 GitHub 上查看↗

    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,341在 GitHub 上查看↗

    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,532在 GitHub 上查看↗

    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.