Page 1 of 1

Multiplayer Server charts

Posted: Fri Apr 23, 2021 2:48 pm
by zft
Hi there !
I was trying to find some online charts with factorio dedicated servers across all server versions and could not find any. So I've decided to create my own:

:arrow: https://dservindex.com/

The project is very alpha, but I want to extend it. Currently, It just shows data for last 1 hour.
Later, I want to add more features:

:arrow: top over week average charts
:arrow: top over month average charts
:arrow: top <of something else>
:arrow: full text search
:arrow: per server detail pages with connection details, mods, description, player count charts
:arrow: apply Factorio like css theme

Tecnical info:

backend: express.js + timescaledb. cron script scrapes Matchmaking API once in 1 hour into database. Express serves filtered data to nuxt
frontend: nuxtjs + vuetify + cloudflare

Let me know if you see this project useful or not, or if you have some ideas or suggestions.


---

Update 24.04.21:

- bbcodes are filtered out as temporary solution.
- full text search added
- filters are synchronized with query router. For example: https://dservindex.com/?has_password=fa ... arch=comfy


Update 26.04.21

- theme switched to dark
- performance issues addressed
- more info added to the main page
- about page

Re: Multiplayer Server charts

Posted: Fri Apr 23, 2021 5:38 pm
by ptx0
might wanna disable HTTP/3 for now in Cloudflare because it's unreliable across different browsers - for instance, MS Edge, even though it's based on Chromium, doesn't behave the same as Chrome. Neither does Vivaldi or Opera, though somehow Firefox friggen nailed it perfectly and Google missed the boat.

Re: Multiplayer Server charts

Posted: Fri Apr 23, 2021 7:06 pm
by zft
> might wanna disable HTTP/3 for now in Cloudflare ...
makes sense. switched off

Re: Multiplayer Server charts

Posted: Fri Apr 23, 2021 7:50 pm
by ptx0
zft wrote:
Fri Apr 23, 2021 7:06 pm
> might wanna disable HTTP/3 for now in Cloudflare ...
makes sense. switched off
i realised after i posted that, i didn't give you any feedback on the site, which is great, and i like it. but i feel left out because my server is intermittent :)

my one wish is that it supported item icons, but, i get that's a whole... can of worms..

Re: Multiplayer Server charts

Posted: Mon Apr 26, 2021 5:12 pm
by zft
Update 26.04.21

- theme switched to dark
- performance issues addressed
- more info added to the main page
- about page

Re: Multiplayer Server charts

Posted: Wed May 25, 2022 1:42 pm
by Johnm81
zft wrote:
Mon Apr 26, 2021 5:12 pm
Update 26.04.21

- theme switched to dark
- performance issues addressed
- more info added to the main page
- about page
Sorry to necro this thread but is there a way to search servers by mods they are running?

Re: Multiplayer Server charts

Posted: Mon Sep 12, 2022 9:13 pm
by zft
Update 12.09.22


* feat: player charts on server pages. For example https://dservindex.com/servers/Free%20B ... hZTzJ0QT0=
* fix: clickable title
* fix: some server names were showing empty
* fix: grid on server page

Re: Multiplayer Server charts

Posted: Mon Sep 12, 2022 9:15 pm
by zft
[/quote]

Sorry to necro this thread but is there a way to search servers by mods they are running?
[/quote]

I will add this soon