2 مستودعات
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.
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.
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.