Client-side Speed Test
问题 I am attempting to build an application that allows users to run a speedtest on the WiFi network they are connected to. Obviously this is doable. There are many such stand alone speedtest apps: Speedtest.net and Google for example. There are many speed test modules on NPM but these only work on the server which isn't helpful for my project. When I Webpack / Browserify any of these modules and try to run the code within the browser it doesn't work. I get Cross Origin errors. What do I need to