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 a different baseURL? #1198

Open biologistbrian opened 3 years ago

biologistbrian commented 3 years ago

Hey guys. I'm a javascripting noob, so please bare with me here.

I got a server up and running on glitch, togetherJS working perfectly.

BUT, I want to change some of the messages that pop up (most notably "so and so has gone to xyz URL")

To do this, I think I would need to upload my own togetherjs file structure somewhere to be hosted and change some of the code in session.js file. And then, I would need to change my baseURL from "https://hub.jsfiddle.net" to wherever I end up hosting this thing.

But, I don't know how to do this whole hosting a javascript module like this? do I upload the folder to cloudflare, heroku, or something else?? Is there a service for this?

Please help!

Thanks a million...

biologistbrian commented 3 years ago

OK So I've followed the client info on the readme. I've gotten it deployed and working locally. I'm troubleshooting my way through getting it deployed to heroku but it's not working. It's like banging my head off the wall trying to get all of these packages updated and not breaking.

Anyone have bright ideas? are there other, easier ways to host this? glitch? some other hosting? would it work if I deployed the folder to S3?

culmat commented 3 years ago

Hi @biologistbrian , have a look at #1172 . Regards, Matthias