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
·

2 dépôts

Awesome GitHub RepositoriesCursor Synchronization

Real-time synchronization of pointer positions and movements across collaborative clients.

Distinct from Multiplayer Synchronization: Focuses specifically on the synchronization of mouse cursors, whereas Multiplayer Synchronization covers general application state.

Explore 2 awesome GitHub repositories matching web development · Cursor Synchronization. Refine with filters or upvote what's useful.

Awesome Cursor Synchronization 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.
  • partykit/partykitAvatar de partykit

    partykit/partykit

    5,644Voir sur GitHub↗

    PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a globally distributed edge computing runtime that runs stateful server code close to users, with automatic scaling and hibernation for idle rooms. The platform handles WebSocket connections, HTTP requests, and durable storage without requiring infrastructure management, and includes a client and server SDK with hooks, storage, and Yjs integration for building collaborative features. The platform distinguishes itself through per-room isolation using Durable Objects, where each uniq

    Streams each user's cursor coordinates to all other participants for live collaborative awareness.

    TypeScriptbackendscollaborationcrdts
    Voir sur GitHub↗5,644
  • liveblocks/liveblocksAvatar de liveblocks

    liveblocks/liveblocks

    4,438Voir sur GitHub↗

    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

    Broadcasts each user's cursor position to all connected clients in real time.

    TypeScriptai-agentsai-copilotcollaboration
    Voir sur GitHub↗4,438
  1. Home
  2. Web Development
  3. Multiplayer Synchronization
  4. Cursor Synchronization