This is an example of a ReactJS web application streaming microphone audio from the browser to a NodeJS server and transmitting the DeepSpeech results back to the browser.
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.6.0/deepspeech-0.6.0-models.tar.gz
tar xvfz deepspeech-0.6.0-models.tar.gz
yarn install
yarn start
node server.js