Earlier quoted context omitted.
(Self promotion) If you're looking for an alternative to Skribbl.io that has less ads you can check out a version I host[0]. It runs Scribble.rs[1] under the hood. They offer an official hosted herokuapp version here[2] but I've found it to be unreliable. [0] https://scribble.feud.today/ [1] https://github.com/scribble-rs/scribble.rs [2] https://scribblers-official.herokuapp.com/
May I ask why the heroku instance is unreliable?
* it's running on a single dyno, which will go to sleep if there is a lack of activity or your reach the usage limit for your account for the month.
* it's using websockets to communicate, but seems to not use any shared persistence for managing state. So running a 2nd dyno to load balance + keep dynos awake doesn't appear to be an option.