awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

7 Repos

Awesome GitHub RepositoriesCross-Window Messaging

Interfaces for synchronizing state between multiple browser windows using post-message APIs.

Explore 7 awesome GitHub repositories matching networking & communication · Cross-Window Messaging. Refine with filters or upvote what's useful.

Awesome Cross-Window Messaging GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hakimel/reveal.jsAvatar von hakimel

    hakimel/reveal.js

    71,731Auf GitHub ansehen↗

    This project is a web-native presentation framework that renders slide decks from standard HTML or Markdown. It functions as a declarative slide engine, managing navigation, state persistence, and lifecycle events through a configuration-driven interface. By leveraging standard web technologies, it enables the creation of responsive, browser-based presentations that support complex layouts, nested transitions, and interactive content. The framework distinguishes itself through a modular, plugin-based architecture that allows developers to extend core functionality using custom hooks and event

    Interfaces between browser windows to keep secondary displays and speaker notes in sync with the primary presentation.

    JavaScriptpresentationsslidesslideshow
    Auf GitHub ansehen↗71,731
  • gaearon/redux-devtoolsAvatar von gaearon

    gaearon/redux-devtools

    14,355Auf GitHub ansehen↗

    Redux DevTools is a state management debugger and visualizer for Redux applications. It provides a set of interfaces for inspecting state trees, monitoring real-time state changes, and dispatching actions. The project features a state time travel debugger that allows for rewinding and replaying sequences of dispatched actions to reproduce specific application states. It includes a remote state monitor to track state changes from sources in environments where local browser access is unavailable. The toolset covers action history replay, state change inspection, and hot-reload development work

    Provides interfaces for synchronizing state between the application and a standalone debugger window using post-message APIs.

    TypeScript
    Auf GitHub ansehen↗14,355
  • googlechrome/workboxAvatar von GoogleChrome

    GoogleChrome/workbox

    12,895Auf GitHub ansehen↗

    Workbox is a modular library and toolkit designed for managing service workers in progressive web applications. It provides a comprehensive framework for handling asset caching, request routing, and background script lifecycle management, enabling developers to build web applications that function reliably offline and load efficiently. The project distinguishes itself through a declarative routing engine and a plugin-based architecture that allows for the injection of custom logic into the request and response processing pipeline. It supports advanced caching patterns, such as cache-first or

    Facilitates structured communication between the main application thread and background scripts to coordinate state and lifecycle events.

    JavaScriptoffline-firstprogressive-web-appservice-worker
    Auf GitHub ansehen↗12,895
  • giscus/giscusAvatar von giscus

    giscus/giscus

    11,793Auf GitHub ansehen↗

    Giscus is a comment system that enables websites to host interactive discussion sections by leveraging GitHub Discussions as a backend. It functions as a web component that maps specific page URLs or metadata to discussion threads, allowing visitor messages and reactions to be stored and retrieved directly from a linked repository. The system operates by injecting a sandboxed iframe into the host page, which isolates the interface from the parent website's styles while maintaining secure communication through browser messaging protocols. Configuration is handled declaratively via HTML data at

    Uses browser post-message protocols to facilitate secure communication between the host page and the embedded widget.

    TypeScriptblogcomment-systemcomments
    Auf GitHub ansehen↗11,793
  • whatwg/htmlAvatar von whatwg

    whatwg/html

    9,163Auf GitHub ansehen↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    Establishes secure messaging channels and data transfers between windows, iframes, and background workers.

    HTMLcanvaseventsourcehtml
    Auf GitHub ansehen↗9,163
  • golden-layout/golden-layoutAvatar von golden-layout

    golden-layout/golden-layout

    6,689Auf GitHub ansehen↗

    Golden Layout is a framework-agnostic UI container and web window layout manager designed to organize application interfaces into a flexible grid of draggable and resizable multi-pane windows. It functions as a hierarchical grid system that arranges page elements into a tree of nested rows and columns to create complex professional interfaces. The system acts as a multi-window workspace orchestrator, allowing components to be detached from the main layout into independent native browser windows. It also serves as a serializable layout engine that captures the arrangement of user interface com

    Synchronizes state and communication between detached browser windows and the main layout via a shared event broadcasting system.

    JavaScriptdrag-and-dropgolden-layoutjavascript
    Auf GitHub ansehen↗6,689
  • remy/html5demosAvatar von remy

    remy/html5demos

    4,729Auf GitHub ansehen↗

    Dieses Projekt ist eine Sammlung technischer Demonstrationen und Prototypen, die verschiedene HTML5-APIs, Multimedia-Funktionen und Implementierungen von Webstandards präsentieren. Es dient als Frontend-Technologie-Sandbox und Galerie von Implementierungs-Proof-of-Concepts für moderne Browser-Features. Die Sammlung enthält spezialisierte Showcases für HTML5-Multimedia, einschließlich der Manipulation von Audio, Video und Echtzeit-Medienströmen. Sie bietet zudem eine Reihe von Experimenten, die sich auf das Prototyping von Web-Funktionen konzentrieren, um die technische Machbarkeit und Browser-Unterstützung in Live-Umgebungen zu verifizieren. Das Projekt deckt eine breite Palette funktionaler Domänen ab, einschließlich browserbasiertem Grafik-Rendering und Geolokalisierungsdiensten. Es demonstriert clientseitige Datenspeicherung und Persistenz, Echtzeit-Datensynchronisation über bidirektionale Verbindungen sowie sichere Cross-Window-Kommunikation. Zusätzliche Funktionen umfassen die Ausführung von Hintergrundaufgaben, das Caching von Web-Assets und interaktive Benutzeroberflächenelemente wie Drag-and-Drop-Implementierungen.

    Implements secure communication between separate browser windows and iframes using the postMessage API.

    HTML
    Auf GitHub ansehen↗4,729
  1. Home
  2. Networking & Communication
  3. Distributed Systems and Peer-to-Peer
  4. Distributed Computing
  5. Communication Protocols
  6. Cross-Window Messaging

Unter-Tags erkunden

  • Window-Worker BridgesStructured messaging interfaces for coordinating state between main threads and background workers. **Distinct from Cross-Window Messaging:** Distinct from general cross-window messaging: specifically targets the window-to-service-worker communication channel.