Giter VIP home page Giter VIP logo

spestr's Introduction

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:

cp sample.spestr.yml spestr.yml

Remember to update the configuration to match your local setup

Build the binary

go build ./cmd/spestr

Start the server

./spestr

Coming soon

  • User interface powered by Reactjs
  • Docker support

spestr's People

Contributors

timolinn avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

forkkit

spestr's Issues

Move to socket.io

Move browser implementation to socket.io to provide backward compatibility.

Goroutines continues to run when user refreshes the page during test

Speed tests are computed in multiple goroutines, when a new http request is created in the same context before already running goroutines exit, new goroutines are created (as expected) while the existing ones continues to run and return results. This can be observed in the console.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.