Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 897 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 897 Bytes

Speech to Text Chat

Testing the Chrome's webkitSpeechRecognition API. Try it out at: https://speech-to-text-chat.herokuapp.com/

Sending messages with Socket.io and reusing the same Backbone model scripts on the server and the client with the help of RequireJS. They are pretty useless in this scope but I just wanted to test the concept somewhere.

Uses https by default to avoid the browser asking for the permission to use microphone every time the mic goes back on.

Get started

$ npm install # Installs dependencies & compiles coffees 
$ npm start https # Starts https server

# Alternatively as http server
$ npm start

Head to http or https://localhost:4001 (and accept the self signed certificates).

Playing around

$ npm run-script coffee-watch # Watches the coffee-script files for changes