Launch sample-server.js
-
echo YOUR_BING_SPEECH_API_KEY > speech.key
-
npm install
-
- The server and the client are on the same subnet:
node sample-server.js
. - The server and the client are on different subnets, server is not accessible from the outside:
node sample-server.js enableTunnel
- The server and the client are on the same subnet: