We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related GitHub Issue: jsfiddle/togetherjs#1172 (This explains what happened and how the community is trying to fix it.)
The new TogetherJS Hub: https://glitch.com/edit/#!/togetherjs-hub?path=server.js:1:0
In client/js/together.js line 490 ->
client/js/together.js line
var defaultHubBase = "https://togetherjs-hub.glitch.me/";
In client/index.html before joinRoom() ->
client/index.html
<script> TogetherJSConfig_hubBase = "https://togetherjs-hub.glitch.me/" </script>
If we wanted to host it ourselves: https://www.youtube.com/watch?v=dsMLaZH17t0&feature=youtu.be (Though I strongly advise against right now).
The text was updated successfully, but these errors were encountered:
jasooney23
Successfully merging a pull request may close this issue.
Related GitHub Issue: jsfiddle/togetherjs#1172
(This explains what happened and how the community is trying to fix it.)
The new TogetherJS Hub: https://glitch.com/edit/#!/togetherjs-hub?path=server.js:1:0
In
client/js/together.js line
490 ->In
client/index.html
before joinRoom() ->If we wanted to host it ourselves: https://www.youtube.com/watch?v=dsMLaZH17t0&feature=youtu.be (Though I strongly advise against right now).
The text was updated successfully, but these errors were encountered: