jsfiddle/togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 9th, 2026
Created on December 5th, 2012
Open Issues & Pull Requests: 6 (+0)
GitHub issues: Enabled
Number of forks: 833
Total Stargazers: 7,000 (+0)
Total Subscribers: 335 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2029.0 days
Mean response time: 2060.7 days
90th percentile: 4676.5 days
Tracked items: 174

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 0% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,581 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • contribution-wanted (9)
  • bug (6)
  • Design (3)
  • security (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

TogetherJS is a JavaScript service that enables real-time collaboration on web pages by synchronizing user interactions like cursors, edits, and browsing activity.

The tool solves the problem of adding collaborative features to websites without requiring developers to build complex synchronization infrastructure from scratch. It works by embedding a client-side library on your site that communicates through a relay server, which echoes messages between connected users. The server component is intentionally minimal, with the bulk of functionality residing in the client library that handles cursor tracking, form input synchronization, and shared browsing state.

Teams considering adoption should evaluate whether their use case benefits from lightweight real-time collaboration without heavy infrastructure investment. The tool suits websites where temporary, session-based collaboration is valuable—such as customer support scenarios, pair programming environments, or collaborative browsing experiences. If you run an HTTPS site, you must use an HTTPS or WSS hub server; the project recommends hosting your own relay using the Cloudflare Workers implementation, which runs on Cloudflare's free tier. The README does not compare TogetherJS to alternative collaboration frameworks.

The project experiences slow response times to issues and pull requests, with first responses often taking weeks or longer. Work in the issue tracker centers on contribution-wanted items, bug reports, and design discussions, suggesting the project is open to external contributions but may lack dedicated maintainer bandwidth for rapid iteration.