I am trying to figure out how to detect internet download and upload speed using JavaScript.
The other solution posted in the other stackoverflow thread using a dummy download file has some cons ( which can be found in its comment section ) and is not suitable for production level code.
What is the best practice to detect the internet download and upload speed using node.js? Using a library is okay. I want to use this value to plot a real time graph like the one found in Task Manager>Performance>"Wi-fi" graph.