# Web Basic Example

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.

#### Install

```
yarn install
```

#### Run ReactJS Client

```
yarn start
```

#### Run NodeJS Server (in a separate terminal window)

```
node server.js
```