I am new to node js and am working with IBM's speech to text sample application (https://github.com/watson-developer-cloud/speech-to-text-nodejs). It uses the express framework and prints transcribed audio from the microphone to a text box on the webpage as well as the browser console. Other examples I have seen using express have outputed to the command line console. Can anyone explain to me why console.log is outputing to the browser console instead of the command line?
Thanks so much