I wrote a game (will be played on a server) and I want to store the high scores from the players. The stored scores should be available and accessible all the time for all the players.
What would a good approach towards this (I would prefer vanilla.js) is possible?