项目作者: timolinn

项目描述 :
Server internet speed tester, leverages Go's concurrency features.
高级语言: Go
项目地址: git://github.com/timolinn/spestr.git
创建时间: 2019-07-09T16:50:50Z
项目社区:https://github.com/timolinn/spestr

开源协议:

下载


Internet speed tester

Introduction

Works like fast.com, actually it’s literally fast.com but persist internet speed based on user location, which might be made available to the public.

Usage

Demo: spestr.herokuapp.com

Run locally

Create configuration file:

  1. cp sample.spestr.yml spestr.yml

Remember to update the configuration to match your local setup

Build the binary

  1. go build ./cmd/spestr

Start the server

  1. ./spestr

Coming soon

  • User interface powered by Reactjs
  • Docker support