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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jsfiddle avatar

jsfiddle/togetherjs

0
View on GitHub↗
7,006 estrellas·839 forks·JavaScript·MPL-2.0·7 vistastogetherjs.com↗

Togetherjs

Togetherjs is a real-time collaboration framework designed to synchronize application state, cursors, and navigation across multiple user sessions. It provides a synchronization tool for shared browsing and a signaling server to facilitate peer-to-peer communication.

The project integrates audio chat and media streaming via peer-to-peer technology, allowing collaborators to engage in live voice communication. It includes a presence and identity manager to map session participants to custom profiles, names, and avatars.

The framework covers a broad surface of collaborative capabilities, including user presence tracking, shared navigation following, and the generation of unique collaboration links. It manages state synchronization through the broadcasting of data to keep UI elements consistent and tracks user interactions by displaying remote mouse cursors and click events.

Features

  • Real-Time Collaboration Tools - Provides a framework for real-time collaborative browsing, allowing users to navigate websites and sync cursors together.
  • Application State Synchronizations - Keeps UI elements and data consistent across different user clients by broadcasting state changes via JSON messages.
  • WebSocket Clients and Servers - Implements a WebSocket-based message bus to transport real-time state updates and user events between clients and the server.
  • Signaling Servers - Provides a signaling server to coordinate the initial handshakes required for participants to establish peer-to-peer connections.
  • State Broadcasting Systems - Broadcasts JSON messages to all session participants to keep UI elements and data consistent across different clients.
  • Collaborative Identity Mapping - Links session participants to application profiles by assigning custom names, avatars, and colors.
  • JSON State Synchronization - Uses JSON payloads to broadcast serialized data objects, keeping UI elements and application state consistent across all clients.
  • Collaborative Interaction Sync - Shares cursors and edits in real-time so multiple users can interact on the same page together simultaneously.
  • Collaborative Room Presence Tracking - Tracks and displays a real-time list of active users within a specific multiplayer collaboration session.
  • Interactive Element Synchronization - Implements DOM-element mapping to synchronize cursors and edits across different user browsers in real time.
  • Presence and Identity Managers - Implements a system for tracking active users and mapping session participants to custom avatars and profiles.
  • Co-browsing Tools - Synchronizes the current URL and page content across different clients to enable joint real-time navigation.
  • Presence Tracking - Tracks and displays real-time user activity on a page, mapping participants to specific profiles and avatars.
  • Shared Browsing Synchronization - Synchronizes the current page across multiple clients so users can browse the same domain together in real time.
  • Real-time Messaging - Enables multi-modal communication by combining instant text messaging and voice chat audio during collaboration.
  • Peer-to-Peer Media Libraries - Establishes direct audio and data channels between browsers using WebRTC to reduce server latency.
  • Voice Chat Integrations - Integrates real-time peer-to-peer audio chat directly into the web application for collaborator communication.
  • P2P Voice Chat - Establishes real-time peer-to-peer voice connections for direct audio interaction between collaborators.
  • WebRTC Streaming - Integrates a WebRTC-based system for real-time voice chat and media streaming between collaborators.
  • DOM Synchronization - Refreshes the synchronization process to identify and update elements added to the page after the initial load.
  • Remote Cursor Tracking - Displays remote mouse cursors and click events to show where other users are focusing on a page.
  • Collaboration Link Generators - Provides the ability to generate unique shareable URLs for users to join a specific real-time collaboration session.
  • Real-Time DOM Updates - Updates the state of a website across all connected clients simultaneously using real-time DOM updates.
  • Collaboration Room Routing - Uses unique identifiers in the web address to group users into isolated real-time collaboration rooms.

Historial de estrellas

Gráfico del historial de estrellas de jsfiddle/togetherjsGráfico del historial de estrellas de jsfiddle/togetherjs

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Togetherjs

Proyectos open-source similares, clasificados según cuántas características comparten con Togetherjs.
  • partykit/partykitAvatar de partykit

    partykit/partykit

    5,644Ver en 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

    TypeScriptbackendscollaborationcrdts
    Ver en GitHub↗5,644
  • h2oai/waveAvatar de h2oai

    h2oai/wave

    4,241Ver en GitHub↗

    Wave is a full-stack web application framework and low-code UI library designed for building real-time data dashboards and interactive interfaces using Python and R. It allows developers to define browser-based user interfaces and manage server-side state without writing HTML or CSS. The project functions as a collaborative state synchronizer, relaying and persisting application state across multiple concurrent users to enable shared real-time experiences. It distinguishes itself by broadcasting live updates and data visualizations to connected browsers through a unified programming model. T

    Pythonappdashboardfedramp
    Ver en GitHub↗4,241
  • peers/peerjs-serverAvatar de peers

    peers/peerjs-server

    4,684Ver en GitHub↗

    PeerJS Server is a WebRTC signaling server and connection broker that coordinates handshakes between clients to establish direct peer-to-peer connections. It functions as a coordination point for discovering peer identifiers and initiating real-time media and data streams between remote browser clients. The project can be deployed as a dedicated signaling server or integrated as Node.js middleware within an existing web application to share a single network port. It manages the lifecycle of peer connections through a centralized signaling process, assigning unique identifiers to clients and m

    TypeScriptnodejspeerjsserver
    Ver en GitHub↗4,684
  • simplewebrtc/simplewebrtcAvatar de simplewebrtc

    simplewebrtc/SimpleWebRTC

    4,689Ver en GitHub↗

    SimpleWebRTC is a communication framework and real-time media streaming library designed to establish peer-to-peer audio, video, and data streams between web clients. It provides a conference room manager to organize multiple participants into virtual rooms for group interaction. The framework includes a dedicated system for peer-to-peer file transfers and low-latency data messaging. It also features a network traversal configuration tool for managing the servers required to maintain connectivity across firewalls and restrictive network environments. The project covers broad capability areas

    JavaScript
    Ver en GitHub↗4,689
Ver las 30 alternativas a Togetherjs→

Preguntas frecuentes

¿Qué hace jsfiddle/togetherjs?

Togetherjs is a real-time collaboration framework designed to synchronize application state, cursors, and navigation across multiple user sessions. It provides a synchronization tool for shared browsing and a signaling server to facilitate peer-to-peer communication.

¿Cuáles son las características principales de jsfiddle/togetherjs?

Las características principales de jsfiddle/togetherjs son: Real-Time Collaboration Tools, Application State Synchronizations, WebSocket Clients and Servers, Signaling Servers, State Broadcasting Systems, Collaborative Identity Mapping, JSON State Synchronization, Collaborative Interaction Sync.

¿Qué alternativas de código abierto existen para jsfiddle/togetherjs?

Las alternativas de código abierto para jsfiddle/togetherjs incluyen: partykit/partykit — PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a… h2oai/wave — Wave is a full-stack web application framework and low-code UI library designed for building real-time data dashboards… peers/peerjs-server — PeerJS Server is a WebRTC signaling server and connection broker that coordinates handshakes between clients to… simplewebrtc/simplewebrtc — SimpleWebRTC is a communication framework and real-time media streaming library designed to establish peer-to-peer… webrtc/apprtc — apprtc is a WebRTC video chat application and signaling server designed to establish peer-to-peer audio and video… miroslavpejic85/mirotalk — Mirotalk is a self-hosted video conferencing platform and peer-to-peer communication server. It utilizes WebRTC for…