Google-Cloud-Speech-Node-Socket-Playground icon indicating copy to clipboard operation
Google-Cloud-Speech-Node-Socket-Playground copied to clipboard

Local Preview on Mobile.

Open vin-ni opened this issue 6 years ago • 1 comments

Trying to preview the local server on mobile via ssl. Tried to do this, but doesnt give me an https connection:

1: check pc ip with terminal: ifconfig / ipconfig getifaddr en2 2: change in node app.js line 101: server.listen(port, "192.168.178.32", 3: open on phone 192.168.178.32:1337

vin-ni avatar Apr 09 '18 10:04 vin-ni

You should change the following code. const server = require('http').createServer(app); http→https server.listen(port, "0.0.0.0" and include the crt&key file.

pzhangtao avatar Sep 11 '19 02:09 pzhangtao