Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timolinn/spestr
Server internet speed tester, leverages Go's concurrency features.
https://github.com/timolinn/spestr
concurrency golang internet-speed-tester netflix
Last synced: 27 days ago
JSON representation
Server internet speed tester, leverages Go's concurrency features.
- Host: GitHub
- URL: https://github.com/timolinn/spestr
- Owner: timolinn
- Created: 2019-07-09T16:50:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T11:28:16.000Z (about 5 years ago)
- Last Synced: 2024-06-20T06:25:18.832Z (6 months ago)
- Topics: concurrency, golang, internet-speed-tester, netflix
- Language: Go
- Homepage:
- Size: 311 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://spestr.herokuapp.com)
## Run locally
### Create configuration file:
```bash
cp sample.spestr.yml spestr.yml
```Remember to update the configuration to match your local setup
### Build the binary
```bash
go build ./cmd/spestr
```### Start the server
```bash
./spestr
```## Coming soon
- User interface powered by Reactjs
- Docker support