awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

4 dépôts

Awesome GitHub RepositoriesServer Data Streaming

Integration of real-time data streams into server-side rendering.

Distinguishing note: Focuses on combining WebSockets/HTTP streams with SSR.

Explore 4 awesome GitHub repositories matching web development · Server Data Streaming. Refine with filters or upvote what's useful.

Awesome Server Data Streaming GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • facebook/reactAvatar de facebook

    facebook/react

    245,669Voir sur GitHub↗

    React est une bibliothèque JavaScript pour créer des interfaces utilisateur basées sur une architecture orientée composants et un flux de données unidirectionnel.

    Streams asynchronous data to the client to enable non-blocking interface updates and partial page rendering.

    JavaScriptjavascriptuifrontend
    Voir sur GitHub↗245,669
  • dioxuslabs/dioxusAvatar de DioxusLabs

    DioxusLabs/dioxus

    36,400Voir sur GitHub↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Manages real-time communication using WebSockets and HTTP streams with reactive hooks.

    Rustandroidcssdesktop
    Voir sur GitHub↗36,400
  • apollographql/apollo-clientAvatar de apollographql

    apollographql/apollo-client

    19,798Voir sur GitHub↗

    Apollo Client is a GraphQL client library and data fetching framework used to request data from a GraphQL server and synchronize that state within a frontend application. It functions as a remote state manager and a local state management tool, allowing developers to define client-side schemas and resolvers for data that does not reside on a remote server. The project features a normalized GraphQL cache that identifies objects by ID to ensure referential equality and consistent data updates across different queries. It also includes a GraphQL API mocking tool to simulate server responses and

    Sends data from the server to the frontend incrementally to enhance responsiveness.

    TypeScriptapollo-clientapollographqlgraphql
    Voir sur GitHub↗19,798
  • voltagent/voltagentAvatar de VoltAgent

    VoltAgent/voltagent

    6,020Voir sur GitHub↗

    Enables resumable streaming for all requests by default at the server level.

    TypeScriptagentsaiai-agents
    Voir sur GitHub↗6,020
  1. Home
  2. Web Development
  3. Server Data Streaming

Explorer les sous-tags

  • Server-Level Resumable Streaming DefaultsEnables resumable streaming for all requests by default at the server level, with per-request opt-out. **Distinct from Server Data Streaming:** Distinct from Server Data Streaming: focuses on default resumable streaming configuration rather than real-time data stream integration.