An HTML5 speedtest, no more flash, it's 2016!
I didn't find any opensourced HTML5 speedtest so I decided to make one...
- nesk/network.js - A JavaScript library, entirely written in ES6, to measure various aspects of a connection. It can accurately estimate a bandwidth/latency between a client (using a web browser) and a server (running a specific script).
First get the source
$ git clone https://github.com/enryIT/html5_speedtest.git
Then fire up the virtual machine with
$ vagrant up
Point your browser to http://192.168.33.10.
Everyone's welcome to contribute and fix my poor coding skill errors. Please read the contribution guidelines first.