This programme streams audio bytes via websocket from a from any browser and then converts it to a playable .wav
file.
Start back-end websocket server
cargo run
Run test.html
file in your browser and start recording.
Once recording stops file is created, stored and playable from local storage.