jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

use TogetherJS completely on my own server? #1074

Closed Niklas-Peter closed 9 years ago

Niklas-Peter commented 9 years ago

You offer the node.js hub server, but how can I host the .js and .css files completely on my own server? The baseUrl seems to be hard coded in togetherjs.js. I could change it, but what is about all the other files, can I download them anywhere?

woniesong92 commented 9 years ago

Since all the source is public, you can clone this repository and edit it the way you want, and compile it to get your version of togetherjs.js file. Please refer to the readme file.