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!

18 questions
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
  • 301
  • 1
  • 6
  • 14
0
votes
1 answer

Change DEFAULT NAMES in TogetherJS

Is there any provision to change the DEFAULT NAMES in TogetherJS? I have seen the DEFAULT NAMES in peers.js.
Captain Planet
  • 408
  • 3
  • 19
0
votes
1 answer

access module of other context in requirejs

I am trying to access a togetherJS (https://togetherjs.com/docs/contributing.html) module from an external requireJS app. It seems impossible. TogetherJSConfig_noAutoStart = true; var CJS = CJS || {}; CJS.require = require.config({ paths: { …
Nicolas
  • 2,191
  • 3
  • 29
  • 49
1
2