Open jespertheend opened 1 year ago
We can use https://deno.land/x/maxminddb@v1.2.0 to determine the location of the player and then mark the closest server as recommended.
Geography based on the IP may not be important. The server with the lowest average ping might be the best heuristic to determine the "closest" server.
We can use https://deno.land/x/maxminddb@v1.2.0 to determine the location of the player and then mark the closest server as recommended.