speedtest/README.md

17 lines
632 B
Markdown
Raw Normal View History

2018-08-14 05:24:20 +00:00
# HTML5 Speedtest - Multiple Points of Test
2016-03-04 11:48:09 +00:00
2018-08-14 05:24:20 +00:00
__Work in progress!__
2016-03-04 11:48:09 +00:00
2018-08-14 05:24:20 +00:00
This branch isn't stable yet, don't use it in production.
Documentation isn't done yet.
2016-03-04 11:48:09 +00:00
2018-08-14 05:24:20 +00:00
## Multiple Points of Test
This branch allows usage of multiple test servers instead of just 1. The client runs a server selector, which pings a list of test servers and chooses the one with the best ping.
2016-03-04 11:48:09 +00:00
2018-08-14 05:24:20 +00:00
## Frontend server
This is the server that hosts the UI, the JS files, and optionally the telemetry
2016-03-04 11:48:09 +00:00
2018-08-14 05:24:20 +00:00
## Test backends
These are the servers to which the clients can connect and actually do the test. They don't host the UI, only the PHP files required for the test.