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

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

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

6 个仓库

Awesome GitHub RepositoriesServer-Sent Events

Connecting to real-time data streams directly from HTML.

Distinguishing note: Focuses on the SSE protocol integration rather than general WebSocket communication.

Explore 6 awesome GitHub repositories matching web development · Server-Sent Events. Refine with filters or upvote what's useful.

Awesome Server-Sent Events GitHub Repositories

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

    thedotmack/claude-mem

    82,698在 GitHub 上查看↗

    Claude-mem is an agentic memory persistence system designed to provide AI assistants with long-term context across multiple development sessions. It functions as a background orchestrator that captures, summarizes, and indexes interaction history, allowing models to maintain continuity and recall technical decisions from past tasks. By utilizing a vector-augmented context engine, the system injects relevant historical observations into active sessions, ensuring that AI agents remain informed without exceeding finite token budgets. The project distinguishes itself through an endless memory arc

    Pushes real-time updates to the client for live visualization of session activity.

    JavaScriptaiai-agentsai-memory
    在 GitHub 上查看↗82,698
  • bigskysoftware/htmxbigskysoftware 的头像

    bigskysoftware/htmx

    48,210在 GitHub 上查看↗

    HTMX is a hypermedia-driven frontend library that enables the creation of dynamic, asynchronous web applications by extending standard HTML attributes. It functions as a declarative engine that intercepts browser events to trigger network requests, allowing developers to update specific regions of the document with server-rendered HTML fragments. By shifting the logic of UI composition to the server, it minimizes the need for complex client-side state management and imperative JavaScript. The library distinguishes itself through a progressive enhancement workflow that ensures web interfaces r

    Connects to real-time data streams directly from HTML to receive updates without full document reloads.

    JavaScripthateoashtmlhtmx
    在 GitHub 上查看↗48,210
  • openfaas/faasopenfaas 的头像

    openfaas/faas

    26,092在 GitHub 上查看↗

    OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,

    Playwright is a Python library for controlling a headless browser programmatically. Running it inside an OpenFaaS function lets you trigger browser automation on demand via HTTP — useful for tasks that require a real ren

    Godockerfaasfunctions
    在 GitHub 上查看↗26,092
  • go-resty/restygo-resty 的头像

    go-resty/resty

    11,704在 GitHub 上查看↗

    Resty is a high-level HTTP client library for Go designed for consuming REST services. It provides a streamlined interface for executing network requests, managing server-sent event streams, and automatically mapping JSON and XML responses into data structures. The library includes built-in mechanisms for service resilience and traffic management, such as circuit breakers to prevent cascading failures, token-bucket rate limiting, and automated request retries with exponential backoff. It also features client-side load balancing to distribute outgoing traffic across multiple base URLs and requ

    Provides a client for consuming real-time data streams via the Server-Sent Events protocol.

    Gobackoffcircuit-breakercurl-command
    在 GitHub 上查看↗11,704
  • javalin/javalinjavalin 的头像

    javalin/javalin

    8,290在 GitHub 上查看↗

    Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t

    Defines SSE endpoints within the main configuration block for consistent server initialization.

    Kotlinhacktoberfestjavajavalin
    在 GitHub 上查看↗8,290
  • tigshop/tigshoptigshop 的头像

    tigshop/Tigshop

    7,180在 GitHub 上查看↗

    Tigshop is a multi-tenant e-commerce framework designed to support single-merchant, multi-merchant, and cross-border retail configurations. It functions as a B2B2C marketplace platform that connects suppliers, store owners, and customers through integrated storefronts and vendor portals. The system is distinguished by an automated revenue splitting engine that divides transaction payments between platforms, merchants, and suppliers based on defined service fee rules. It includes a tiered affiliate distribution system for tracking multi-level commissions and an omnichannel retail manager that

    Ships real-time audio alerts for administrative messages using Server-Sent Events for immediate delivery.

    PLpgSQLjavanuxtjsphp
    在 GitHub 上查看↗7,180
  1. Home
  2. Web Development
  3. Server-Sent Events

探索子标签

  • Handler ConfigurationsDefines Server-Sent Events handlers in the configuration block for consistent setup before server start. **Distinct from Server-Sent Events:** Distinct from general Server-Sent Events: focuses on configuring SSE handlers within the application's configuration block, not the protocol itself.
  • Voice Notification DeliveriesReal-time delivery of audio alerts using server-sent event streams. **Distinct from Server-Sent Events:** Server-Sent Events is the protocol; this is the specific application of delivering audio notifications via that protocol.