Updated README.md

This commit is contained in:
adolfintel 2018-08-15 14:00:01 +02:00
parent 244fcbf0d3
commit 39f8742b53
2 changed files with 0 additions and 3 deletions

View file

@ -60,7 +60,6 @@ $ docker build -t adolfintel/speedtest:latest .
$ docker run -d --name speedtest -p 0.0.0.0:80:80 adolfintel/speedtest:latest
```
## Node.js backend
A Node.js implementation is available in the ```node``` branch, maintained by [dunklesToast](https://github.com/dunklesToast).

2
doc.md
View file

@ -150,8 +150,6 @@ The response from the worker is a JSON string containing these entries:
* __pingProgress__: the progress of the ping+jitter test as a number between 0 and 1
* __testId__: when telemetry is active, this is the ID of the test as an integer. This string is 'noID' until the test is finished (testState 4). This ID is used for results sharing
Note: clientIp appears before jitterStatus. This is not a mistake, it's to keep the js file compatible with older pages from before the jitter test was introduced.
### Starting the test
To start the test with the default settings, which is usually the best choice, send the start command to the worker: