Questions tagged [togetherjs]

TogetherJS is a free, open source JavaScript library by Mozilla that adds collaboration features and tools to your website.

TogetherJS is a free, open source JavaScript library by Mozilla that adds collaboration features and tools to your website. By adding TogetherJS to your site, your users can help each other out on a website in real time!

17 questions
5
votes
1 answer

Alternative to retired TogetherJS

Is there a good alternative to TogetherJS? Its GitHub hasn't had any activity for months, and this post says its currently dead with its future uncertain. The feature most unique to TogetherJS as apposed to say, ShareJS, is the ability to see…
Kelly Selden
  • 1,094
  • 10
  • 16
4
votes
1 answer

Using together.js for cobrowsing an Angular.js application

I am trying to implement co-browsing using Together.js on an Angular.js application. While screensharing works and the users can see what each other does on initial view, when the user navigates to a different "view" the together.js doesn't sense…
shikarishambu
  • 2,159
  • 6
  • 34
  • 54
2
votes
0 answers

Tarball data seems to be corrupted. Trying one more time

I've been debugging this for almost a week and I havent really solved it. Can someone help mo on this one. I already uninstalled and reinstalled my node and it always comes up. Also tried npm cache clean --force rm -rf ~/.npm But this doesnt solve…
Rana Amin
  • 21
  • 1
2
votes
0 answers

Jointjs with TogetherJs

I am planning of developing a web based application that would allow people to draw architectural diagrams and I want to give it the functionality of collaborating. If one user makes some changes the other could see and also make further changes if…
Arihant
  • 3,349
  • 13
  • 42
  • 77
2
votes
0 answers

How to synchronize angular apps with togetherjs

I am trying to use togetherjs to make a live help feature for an angular web app. I put the together code in and it works on a basic level. You can see each other's cursors and chat etc. The problem is that none of the angular state data syncs. So…
Jargonius
  • 25
  • 1
  • 8
2
votes
1 answer

Update TogetherJS When New Codemirror Instance is Appended

I'm working on an experimental collaborative web based IDE using Codemirror, but after I append a new instance of Codemirror. It works fine on the machine that appended it (as long as togetherjs isn't running), but when I tested it with my other…
Michael Schwartz
  • 6,962
  • 12
  • 69
  • 126
2
votes
0 answers

togetherJS on web application using login/password

I am integrating togetherJS for building co-browsing experience for my web application. As my application requires user login (cookie and session) I am not able to share logged IN browser session with another user(s). When user1 is logged-in on…
Rushik
  • 1,101
  • 11
  • 32
1
vote
0 answers

Colors are different in literally-drawing a real time collaborative board

I'm using Literally-Drawing which is real time collaborative drawing board. Here is the Github and Demo link: Github Literally-Drawing Demo Link This Repository is using two different libraries, one is Fabricjs and the second one is togetherjs,…
Wcan
  • 717
  • 5
  • 21
1
vote
0 answers

togetherjs with paperjs in react component

I am trying to integrate togetherjs for a collaboration with a paperjs canvas. Below is the code for setting the paperjs & togetherjs (added as a global object in window) componentDidMount() { this.canvas =…
anoop
  • 2,893
  • 19
  • 33
0
votes
0 answers

How to implement Co-Browsing facility using TogeherJS

I am trying to implement Co-Browsing facility for a php application and used TogetherJS ( https://togetherjs.com/) javascript library. The Button offers a link to share with Friend, but the co-brosing not working finally between two. Here is my…
Sujit Paul
  • 11
  • 3
0
votes
0 answers

Deploying local Tacnet.io TogetherJS not working

I have been trying to deploy successfully this Tacnet server so I can use it. Many years ago I was using the Advanced Tactical Center but this has been discontinued unfortunately. https://github.com/Tacnet/Tacnet I managed to install it on my server…
ElessarGR
  • 15
  • 1
  • 7
0
votes
1 answer

Implementation of TogetherJS is not working

I am trying to make a simple shareable text editor with Mozilla's TogetherJS, but it does not seem to work. Based on their instructions, I added the library/script in the head and calling the JS from the button. https://togetherjs.com/ In the Head…
StackOverflow UI
  • 633
  • 5
  • 16
0
votes
0 answers

TogetherJS and HTML Object

I have a simple page that displays an external site. I want to be able to share my page (with the external site) using TogetherJS. I cannot change the source of my external site so use an object to display it. This displays as expected - but the…
John
  • 1
  • 2
0
votes
1 answer

Customize Togetherjs

Is it possible to customize togetherjs to make it look like part of the host app instead of an add-on. That would mean getting rid of the side toolbar completely and trigger the action from inside the host app. So for example, to invite someone…
ecorvo
  • 3,269
  • 4
  • 20
  • 33
0
votes
1 answer

dynamic invocation of JS script

I'm using TogetherJS (http://togetherjs.com) and I want to invoke it dynamically once the DOM is ready. When calling it through the script tag in head it works properly. The problem appears when invoking the same script dynamically: function…
John Kornick
  • 291
  • 5
  • 14
1
2