Zoxc / crusader

A network throughput and latency tester.
Apache License 2.0
108 stars 8 forks source link

[Feature] web browser/wasm version #16

Closed brettowe closed 6 months ago

brettowe commented 6 months ago

I know rust allows for wasm builds I wonder if it would be possible to allow for a web browser version of this the end result allowing for a quick deploy on a local server and not have to worry about client side having anything but access to a modern web browser.

Zoxc commented 6 months ago

Web browsers don't support TCP and UDP however and it's generally not a good idea to layer in a browser to the tests.