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!
Factorio Multiplayer Server List
Re: Factorio Multiplayer Server List
Hey, i found it realllyy intressting how did you did that is there any github for it?
Re: Factorio Multiplayer Server List
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.
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
Awh sadly it's down now any idea why ?
If you need help for hosting it deveth0 i can help
If you need help for hosting it deveth0 i can help
Re: Factorio Multiplayer Server List
Ups... Sorry... Will check tomorrow
Re: Factorio Multiplayer Server List
Back online