An express app that proxies a websocket connection from the browser to an authenticated WebSocket endpoint for Amazon Transcribe.
Check out the Amazon Transcribe WebSocket docs.
- Clone the repo
- run
npm install
- run
npm run-script build
to generatepublic/main.js
.
Once you've bundled the JavaScript, all you need is a webserver. For example, from your project directory:
npm start
This library is licensed under the Apache 2.0 License.