Page 1 of 1

Factorio Multiplayer Server List

Posted: Wed Apr 03, 2019 2:34 pm
by deveth0
Hi all,

there used to be a website, which provided an overview of the current Factorio Multiplayer Games but it is offline by now.

As the In-Game Server list only shows games with the same version as the Client, I implemented a new website which uses the Matchmaking API to query all current games including the relevant information (e.g. active players, mods, elapsed time, ...).

You can find the Page here: https://factorio.dev-eth0.de

Any feedback is appreciated!

Re: Factorio Multiplayer Server List

Posted: Mon May 06, 2019 11:26 am
by IIPoliII
Hey, i found it realllyy intressting how did you did that is there any github for it?

Re: Factorio Multiplayer Server List

Posted: Mon May 06, 2019 12:04 pm
by deveth0
ney but if you got any specific questions, i'm sure, i can help you ;)

Basically it's a spring-boot application which provides an JSON endpoint with the basic information on all games. Then each game can be queried individually for more details.
All calls go to the Matchmaker API (https://wiki.factorio.com/Matchmaking_API) and are cached to ensure, that I don't stress the backend too much.

Re: Factorio Multiplayer Server List

Posted: Fri Jan 10, 2020 12:04 pm
by IIPoliII
Awh sadly it's down now any idea why ?
If you need help for hosting it deveth0 i can help :P

Re: Factorio Multiplayer Server List

Posted: Fri Jan 10, 2020 12:06 pm
by deveth0
Ups... Sorry... Will check tomorrow :)

Re: Factorio Multiplayer Server List

Posted: Sat Jan 11, 2020 10:22 pm
by deveth0
Back online :)