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

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

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

4 个仓库

Awesome GitHub RepositoriesResumable Event Streams

Granular, resumable event streams over SSE with persistent storage for reconnection after client disconnect.

Distinct from Event Streaming: Distinct from Event Streaming: focuses on resumable, persistent SSE streams for agent responses, not general real-time data push.

Explore 4 awesome GitHub repositories matching web development · Resumable Event Streams. Refine with filters or upvote what's useful.

Awesome Resumable Event Streams GitHub Repositories

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

    VoltAgent/voltagent

    6,020在 GitHub 上查看↗

    Emits agent responses as granular, resumable event streams over SSE with persistent storage for reconnection.

    TypeScriptagentsaiai-agents
    在 GitHub 上查看↗6,020
  • inngest/inngestinngest 的头像

    inngest/inngest

    5,499在 GitHub 上查看↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Provides real-time data streaming to clients that automatically rolls back and retries if a workflow step fails.

    Go
    在 GitHub 上查看↗5,499
  • middleapi/orpcmiddleapi 的头像

    middleapi/orpc

    4,862在 GitHub 上查看↗

    orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu

    Persists events for configurable durations so clients resume missed events after reconnection.

    TypeScriptapibunjscloudflare-worker
    在 GitHub 上查看↗4,862
  • langchain-ai/langchain-mcp-adapterslangchain-ai 的头像

    langchain-ai/langchain-mcp-adapters

    3,366在 GitHub 上查看↗

    This project provides a translation layer and set of adapters designed to bridge AI agents with the Model Context Protocol. It functions as an integration layer that allows agents to operate as protocol-compliant servers and enables the conversion of protocol-based tools into formats compatible with agent frameworks and logic graphs. The adapters facilitate tool interoperability by wrapping external protocol tools for use within agent workflows and exposing internal agent capabilities to any client implementing the Model Context Protocol. This creates a communication bridge that supports inte

    Implements resumable event streams over SSE for agent threads, including sequence-based reconnection to replay missed data.

    Pythonlangchainlanggraphmcp
    在 GitHub 上查看↗3,366
  1. Home
  2. Web Development
  3. Event Streaming
  4. Resumable Event Streams

探索子标签

  • Hibernating Event Iterators1 个子标签Returns event iterators that use connection hibernation to efficiently stream events to clients. **Distinct from Resumable Event Streams:** Distinct from Resumable Event Streams: uses connection hibernation for efficiency, not just persistent storage for reconnection.