Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

@Elisee, did you think of a global sync or just "go fetch my conf on this server" ?

So we got 2 places to save data :

  • Classic superpowers server - SupServ
  • Local

And 2 clients possibilities :

  • Browser
  • SupClient

SupClient : local storage gives us every config needed, even on a new computer it could be get from SupServ
Browser : SupServ can keep the config for each users.

So the only real issue is when connecting to a new server through a browser. This feels pretty specific.

Obviously with the hypothesis that a SupServ will not handle 10k+ different users. Saving everybody's config could become heavy.