awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesAsynchronous Content Streaming

Renders values from asynchronous iterables by appending or replacing content as data arrives.

Distinct from Asynchronous Stream Processors: Distinct from general streams: focuses on UI-level rendering of iterable data flows.

Explore 2 awesome GitHub repositories matching user interface & experience · Asynchronous Content Streaming. Refine with filters or upvote what's useful.

Awesome Asynchronous Content Streaming GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • acheong08/chatgptAvatar von acheong08

    acheong08/ChatGPT

    27,924Auf GitHub ansehen↗

    This project is a command line AI client and API wrapper designed to facilitate interaction with a large language model. It functions as a terminal interface for sending multi-line prompts and receiving generated text, providing a means of conversational AI integration through a programmable interface. The system utilizes a reverse-engineered API interface and HTTP-based request simulation to communicate with the model. It includes an AI plugin manager that allows for the installation and management of external extensions to increase the functional capabilities of the language model. The imp

    Processes AI responses as asynchronous data streams to render text in real time as it is generated.

    Python
    Auf GitHub ansehen↗27,924
  • lit/litAvatar von lit

    lit/lit

    21,679Auf GitHub ansehen↗

    Lit is a library for building lightweight, interoperable web components. It provides a base class that leverages native browser APIs to encapsulate state, logic, and styles, allowing developers to create custom elements that function consistently across any modern web project. The framework distinguishes itself through a reactive property system that automatically triggers efficient, batched DOM updates. By utilizing tagged template literals, it defines declarative UI structures that are compiled into optimized update instructions. Its architecture emphasizes modularity through a reactive con

    Renders values from asynchronous iterables by appending new items to the DOM or replacing content as they arrive.

    TypeScripthtml-templateslitlit-element
    Auf GitHub ansehen↗21,679
  1. Home
  2. User Interface & Experience
  3. Asynchronous Content Streaming