awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesHypermedia-Driven Development

Building applications by extending HTML to handle dynamic interactions.

Distinguishing note: Focuses on the architectural approach of hypermedia rather than specific tools.

Explore 3 awesome GitHub repositories matching web development · Hypermedia-Driven Development. Refine with filters or upvote what's useful.

Awesome Hypermedia-Driven Development 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.
  • bigskysoftware/htmxAvatar de bigskysoftware

    bigskysoftware/htmx

    48,210Voir sur 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

    Builds dynamic web applications by extending standard HTML attributes to handle complex interactions.

    JavaScripthateoashtmlhtmx
    Voir sur GitHub↗48,210
  • bigskysoftware/intercooler-jsAvatar de bigskysoftware

    bigskysoftware/intercooler-js

    4,787Voir sur GitHub↗

    Intercooler-js est un framework AJAX déclaratif et une bibliothèque d'interface utilisateur pilotée par le serveur. Il fonctionne comme un framework web hypermédia qui permet la création d'expériences monopage en remplaçant des éléments DOM spécifiques par des fragments HTML délivrés depuis un serveur. La bibliothèque se distingue en utilisant des attributs HTML pour mapper des éléments DOM vers des endpoints de serveur, permettant des requêtes HTTP asynchrones et des mises à jour DOM sans script manuel. Elle prend en charge une architecture pilotée par l'hypermédia où le serveur contrôle l'état du client via des en-têtes de réponse et la livraison de fragments HTML annotés. Le projet couvre un large éventail de capacités, y compris les mises à jour d'interface utilisateur en temps réel via Server-Sent Events, la synchronisation de l'historique et de l'état du navigateur, et le polling de contenu automatisé. Il fournit également une gestion des dépendances de ressources pour coordonner les mises à jour entre les éléments d'interface utilisateur connexes, la journalisation d'erreurs distante pour surveiller les échecs réseau, et la manipulation DOM côté client pour gérer les cycles de vie des éléments et les transitions CSS.

    Implements a server-controlled architecture where the server delivers HTML fragments to update the client state.

    HTMLfront-endhtmljavascript
    Voir sur GitHub↗4,787
  • starfederation/datastarAvatar de starfederation

    starfederation/datastar

    3,971Voir sur GitHub↗

    Datastar is a framework for hypermedia application development that enables the creation of reactive user interfaces using declarative HTML attributes. It focuses on server-driven state management, offloading application logic and state transitions to the backend to reduce frontend complexity. The project distinguishes itself through real-time UI streaming, using Server-Sent Events to push incremental DOM patches and state changes over a single long-lived connection. It synchronizes frontend and backend state by applying partial JSON updates to a client-side signal store and employs morphing-

    Implements a hypermedia-driven architectural approach to build interactive web applications.

    TypeScript
    Voir sur GitHub↗3,971
  1. Home
  2. Web Development
  3. Hypermedia-Driven Development