speedcontrol / nodecg-speedcontrol

NodeCG bundle to help facilitate the running of speedrunning marathons, including overlays.
MIT License
44 stars 34 forks source link

Move more important action code server-side #42

Closed zoton2 closed 5 years ago

zoton2 commented 5 years ago

There's a few things we do in this bundle, like changing to the next run and similar, which are done in the client which means there's no way of doing them from anywhere else without copy/pasting those actions. We should move them server-side and make them triggered by messages, then other bundles can do it as well if they want to.

zoton2 commented 5 years ago

This has been done in the upcoming v2 rewrite.