Skip to content

Code-Hex/fast-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

fast-service is opensource speedtest service written in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published