TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's a Good Replacement for TogetherJS?

2 pointsby sjbrownover 4 years ago
TogetherJS (https:&#x2F;&#x2F;togetherjs.com&#x2F;) provides a way for an open source project to connect users, peer-to-peer, and provides: usernames, user colors, avatars, and a chat log. It operates like a JS library, just something you add to a page, rather than a framework that dictates the tech stack.<p>Glossing over some nuance, it&#x27;s now abandonware.<p>What&#x27;s an alternative? Socket.io doesn&#x27;t seem to come with the above-mentioned batteries included.

1 comment

verdvermover 4 years ago
WebRTC and peer.js are possibly building blocks for something like this.