Skip to content
New issue

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

Solution for TogetherJS Server #37

Closed
FlyteWizard opened this issue Mar 14, 2020 · 0 comments · Fixed by #38
Closed

Solution for TogetherJS Server #37

FlyteWizard opened this issue Mar 14, 2020 · 0 comments · Fixed by #38
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@FlyteWizard
Copy link
Contributor

Related GitHub Issue: jsfiddle/togetherjs#1172
(This explains what happened and how the community is trying to fix it.)

  • Members of the community have solved the problem (temp) and have made it available for others to use!

The new TogetherJS Hub: https://glitch.com/edit/#!/togetherjs-hub?path=server.js:1:0

In client/js/together.js​ ​​​​line 490 ->

var defaultHubBase = "https://togetherjs-hub.glitch.me/";

In client/index.html before joinRoom() ->

<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).

@FlyteWizard FlyteWizard added bug Something isn't working enhancement New feature or request labels Mar 14, 2020
@FlyteWizard FlyteWizard linked a pull request Mar 14, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants