awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesDocument State Coordinators

Mechanisms for synchronizing document state across multiple browser tabs for the same user.

Distinct from Multi-Tab Database Coordinators: Distinct from Multi-Tab Database Coordinators: focuses on collaborative document state rather than general database state synchronization.

Explore 3 awesome GitHub repositories matching data & databases · Document State Coordinators. Refine with filters or upvote what's useful.

Awesome Document State Coordinators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • aaugustin/websocketsaaugustin का अवतार

    aaugustin/websockets

    5,692GitHub पर देखें↗

    websockets is a Python library for building WebSocket servers and clients using coroutines and the asyncio framework. It provides a complete toolkit for creating production-ready WebSocket applications, including a coroutine-based framework for handling connections, messages, and lifecycle events, as well as a client library for opening persistent bidirectional connections to remote endpoints. The library manages the full lifecycle of WebSocket connections, including handshake, message exchange, and graceful closure, with support for path-based routing to organize server logic across multiple

    Provides multi-client state coordination and broadcast messaging over WebSocket connections.

    Python
    GitHub पर देखें↗5,692
  • liveblocks/liveblocksliveblocks का अवतार

    liveblocks/liveblocks

    4,438GitHub पर देखें↗

    Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope

    Ensures all open browser tabs for the same user reflect the same document state without conflicts.

    TypeScriptai-agentsai-copilotcollaboration
    GitHub पर देखें↗4,438
  • zhaojh329/rttyzhaojh329 का अवतार

    zhaojh329/rtty

    4,018GitHub पर देखें↗

    rtty is a web-based SSH terminal manager and secure gateway designed for remote device administration. It provides a browser interface for accessing Linux shells, managing remote files through binary streams, and routing network traffic to internal device web pages via an HTTP proxy tunnel. The system features a secure gateway using mutual TLS authentication and SSL encryption to protect data transmissions. It includes session orchestration tools for multi-session state management, enabling split-view monitoring and the execution of batch commands across multiple connected devices simultaneou

    Coordinates shared state and real-time broadcasting across multiple WebSocket connections for simultaneous monitoring.

    Chttp-proxynatproxy
    GitHub पर देखें↗4,018
  1. Home
  2. Data & Databases
  3. Multi-Tab Database Coordinators
  4. Document State Coordinators

सब-टैग एक्सप्लोर करें

  • WebSocket State CoordinatorsCoordination of shared state and broadcasting across multiple WebSocket connections in real-time applications. **Distinct from Document State Coordinators:** Distinct from Document State Coordinators: focuses on WebSocket-based multi-client state coordination rather than browser tab document synchronization.