fast-service is opensource speedtest service written in Go
Environment variables
Environment variables is here
How to try this contents
We are necessary dep to install dependency packages.
dep ensure -vendor-only
make build
How to run server
ENV=development ./bin/speedtest-server
How to run client
If you want to run client on another port (default is 8000), you should rewrite cmd/fast/main.go:10
before build client code.
And build it like this.
./bin/speedtest-client